[Bug c++/105931] [12 regression] ICE in cxx_eval_constant_expression
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105931 --- Comment #2 from Sam James --- Interesting! The minimised version of this is: ``` $ cat test.cxx template decltype(0 % ElemSize == 0) ``` ``` $ g++ -o test.o -c -O2 test.cxx new.cxx:1:52: internal compiler error: unexpected expression ‘Ele
[Bug c++/105931] [12 regression] ICE in cxx_eval_constant_expression
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105931 Sam James changed: What|Removed |Added CC||herrtimson at yahoo dot de,