[Bug c++/67777] unsigned wchar_t and signed wchar_t should cause compiler errors but do not.

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Aug 4 21:52:25 GMT 2021


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |diagnostic
         Resolution|---                         |FIXED
           See Also|                            |https://gcc.gnu.org/bugzill
                   |                            |a/show_bug.cgi?id=84701
             Status|UNCONFIRMED                 |RESOLVED
   Target Milestone|---                         |9.0

--- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
This changed in GCC9+ to always reject.  Most likely by the patch which fixed
PR 84701.


More information about the Gcc-bugs mailing list