http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47338
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
Target Milestone|4.5.3 |4.6.0
--- Comment #6 from Andrew Pinski <pinskia at gcc dot gnu.org> 2011-01-19
20:10:29 UTC ---
(In reply to comment #5)
> (what's the default on mingw32 for that?)
The default stack under Windows is low.
This was all fixed with:
r167400 | davek | 2010-12-02 15:30:47 -0800 (Thu, 02 Dec 2010) | 6 lines
* mh-cygwin (LDFLAGS): Turn up stack allocation to 12MB.
(BOOT_LDFLAGS): Add matching stack size flag.
* mh-mingw (LDFLAGS): Likewise.
(BOOT_LDFLAGS): Likewise.