[Bug c/64186] Conversion of signed to unsigned of same rank not performed

2014-12-04 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64186 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug c/64186] Conversion of signed to unsigned of same rank not performed

2014-12-04 Thread michael.chapman at cortus dot com
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.

[Bug c/64186] Conversion of signed to unsigned of same rank not performed

2014-12-04 Thread pinskia at gcc dot gnu.org
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.