[Bug c++/65503] g++ string array in struct crash

redi at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Sun Mar 22 15:20:00 GMT 2015


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65503

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
You're creating a huge object on the stack, which is a bad idea, and the
problem is probably that GCC is running out of memory.



More information about the Gcc-bugs mailing list