[Bug c++/111356] Segmentation fault when compiling large static data structure

2023-09-10 Thread xry111 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111356 --- Comment #4 from Xi Ruoyao --- BTW it works with 13.2.0 with "ulimit -s 131072" too, so it's a stack usage issue.

[Bug c++/111356] Segmentation fault when compiling large static data structure

2023-09-10 Thread xry111 at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111356 Xi Ruoyao changed: What|Removed |Added CC||xry111 at gcc dot gnu.org Known to wor

[Bug c++/111356] Segmentation fault when compiling large static data structure

2023-09-09 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111356 --- Comment #2 from Andrew Pinski --- Works for me on the trunk.

[Bug c++/111356] Segmentation fault when compiling large static data structure

2023-09-09 Thread comer352l at googlemail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111356 --- Comment #1 from comer352l at googlemail dot com --- Created attachment 55866 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=55866&action=edit cpp file