[Bug c++/104629] Constexpr static functions and variables in templates, in the wrong order and under specific circumstances produces ICEs under some versions, compiles (but shouldn't) on others

2022-02-21 Thread ahajha at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104629 --- Comment #1 from Alex Trotta --- Created attachment 52487 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=52487&action=edit compiler configuration

[Bug c++/104629] New: Constexpr static functions and variables in templates, in the wrong order and under specific circumstances produces ICEs under some versions, compiles (but shouldn't) on others

2022-02-21 Thread ahajha at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104629 Bug ID: 104629 Summary: Constexpr static functions and variables in templates, in the wrong order and under specific circumstances produces ICEs under some versions, compiles (but