https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64186
Marek Polacek changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64186
--- Comment #2 from Michael Chapman ---
I think you are right. Geez you need to be a lawyer to understand this
sometimes.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64186
--- Comment #1 from Andrew Pinski ---
>My interpretation of the C99 conversion rules is that the conversion to
>unsigned short
You are incorrect, the conversion rules never convert to anything smaller than
int.