[Bug c++/67699] Segfault compiling a constexpr array with -fmerge-all-constants -flto
gcc at norgg dot org
gcc-bugzilla@gcc.gnu.org
Wed Sep 23 22:47:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67699
--- Comment #2 from Norgg <gcc at norgg dot org> ---
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_crash.cpp:11:24: internal compiler error: Segmentation fault
template class foo<int>;
^
More information about the Gcc-bugs
mailing list