This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

--- Comment #1 from Norgg <gcc at norgg dot org> ---
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 const and
drop the --std switch.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]