https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111808
--- Comment #11 from Joseph S. Myers <jsm28 at gcc dot gnu.org> --- Those aren't integer constant expressions because the floating literals aren't the immediate operand of a cast to integer type, so they aren't valid constexpr initializers for integer type.
