[Bug c++/67699] Segfault compiling a constexpr array with -fmerge-all-constants -flto

2015-09-23 Thread gcc at norgg dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67699 --- Comment #2 from Norgg --- It seems the -fmerge-all-constants isn't necessary to cause the segfault either any more, although it was in an earlier larger test case. Minimal command line to reproduce is now: $ g++ const_crash.cpp -flto const_c

[Bug c++/67699] Segfault compiling a constexpr array with -fmerge-all-constants -flto

2015-09-23 Thread gcc at norgg dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67699 --- Comment #1 from Norgg --- Created attachment 36381 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36381&action=edit Reduced testcase with const instead of constexpr Futher testing by slowriot found that you can change the constexpr to