On 11/03/2017 02:44 AM, Uros Bizjak wrote: > Hello! > > -ENOCHANGELOG Arggh. Downside of doing all the work on one machine, but mail elsewhere. Attached with ChangeLog this time :-) > > diff --git a/gcc/testsuite/gcc.c-torture/execute/pr82788.c > b/gcc/testsuite/gcc.c-torture/execute/pr82788.c > new file mode 100644 > index 0000000..ceaa25f > --- /dev/null > +++ b/gcc/testsuite/gcc.c-torture/execute/pr82788.c > @@ -0,0 +1,2 @@ > + > +int main() { int a[1442]; return 0;} > > You probably need to add some dg-options to the testcase. Yea. Must have had a severe brain cramp there. Moved into gcc.dg and appropriate options added. That and one whitespace nit were the only changes since the original submission. OK now? jeff