https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117139
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Even more reduced: ``` constexpr int myconst = 5.0; ``` Also ICEs with complex integer too: ``` constexpr int myconst = 5i; ```
pinskia at gcc dot gnu.org via Gcc-bugs Mon, 14 Oct 2024 13:08:52 -0700
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=117139
--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Even more reduced: ``` constexpr int myconst = 5.0; ``` Also ICEs with complex integer too: ``` constexpr int myconst = 5i; ```