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

2022-01-06 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65503 Andrew Pinski changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

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

2021-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65503 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

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

2015-03-26 Thread jason at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65503 Jason Merrill jason at gcc dot gnu.org changed: What|Removed |Added Status|UNCONFIRMED |NEW Last

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

2015-03-22 Thread redi at gcc dot gnu.org
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.

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

2015-03-22 Thread maltsevm at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65503 Mikhail Maltsev maltsevm at gmail dot com changed: What|Removed |Added CC||maltsevm at