[Bug c++/105931] [12/13 regression] ICE in cxx_eval_constant_expression
pinskia at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Jun 12 16:47:55 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105931
Andrew Pinski <pinskia at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Last reconfirmed| |2022-06-12
Status|UNCONFIRMED |NEW
Ever confirmed|0 |1
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Confirmed. the expression inside decltype is unevaluated context so it should
not matter if it is a constexpression or not ....
More information about the Gcc-bugs
mailing list