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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jason at gcc dot gnu.org,
                   |                            |jsm28 at gcc dot gnu.org

--- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Another option would be to promote operands with vector enum types to vectors
of their underlying type.  For C e.g. in default_conversion, for C++ maybe in
cp_default_conversion.  But guess such changes would likely not be appropriate
this late in GCC 16 development.
Do we support vector of scoped enums for C++?

Reply via email to