[Bug target/69639] [6/7/8 Regression] FAIL: gcc.c-torture/compile/limits-exprparen.c

2017-08-05 Thread nightstrike at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69639

nightstrike  changed:

   What|Removed |Added

 CC||nightstrike at gmail dot com

--- Comment #9 from nightstrike  ---
This affects 8-trunk on x86_64 cygwin, as well.  The default size of the stack
for cc1 is:

$ peflags -x /tmp/b2/gcc/cc1.exe
/tmp/b2/gcc/cc1.exe: stack reserve size  : 12582912 (0xc0) bytes


Setting it to 0xd0 and 0xe0 also fail.  Setting it to 0xf0 works. 
I didn't go further than that to see where between 14 and 15 megs it starts
working.

Can we just boost the default stack size of cc1.exe by a couple megs for
affected hosts?

[Bug target/69639] [6/7/8 Regression] FAIL: gcc.c-torture/compile/limits-exprparen.c

2017-07-04 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69639

Richard Biener  changed:

   What|Removed |Added

   Target Milestone|6.4 |6.5

--- Comment #8 from Richard Biener  ---
GCC 6.4 is being released, adjusting target milestone.