This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/45201] ICE: stack overflow



------- Comment #8 from mr dot chr dot schmidt at online dot de  2010-08-11 20:00 -------
(In reply to comment #7)
> (In reply to comment #6)
> > Created an attachment (id=21434)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=21434&action=view) [edit]
> > gdb backtrace
> > 
> 
> Hmm, GGC strikes again.  Well really a small stack size on windows strikes with
> GGC.
> 

I added another testcase. When compiled with -O0 -g -std=c++0x on i686-mingw32,
3-stage bootstraped with "-g0 -O3 -fomit-frame-pointer", the reserved stack
size of cc1plus must be between 8,3MB and 9,4MB. The default reserved stack
size is about 2,09MB.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45201


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]