https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98142

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at gcc dot gnu.org

--- Comment #1 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
I don't see how it could be extended to the case with the fixed underlying
type,
std::byte
is
enum class byte : unsigned char {};
yet it needs to support all the 0 to (unsigned char)~0 values even with
-fstrict-enums.

Reply via email to