This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/47338] [4.5 Regression] cc1plus returns exit code 5
- From: "pinskia at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 19 Jan 2011 20:10:32 +0000
- Subject: [Bug c++/47338] [4.5 Regression] cc1plus returns exit code 5
- Auto-submitted: auto-generated
- References: <bug-47338-4@http.gcc.gnu.org/bugzilla/>
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.