[Bug c++/83710] Unsigned with Signed multiplication followed by right shift
schwab@linux-m68k.org
gcc-bugzilla@gcc.gnu.org
Sat Jan 6 08:45:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83710
Andreas Schwab <schwab@linux-m68k.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution|--- |INVALID
--- Comment #1 from Andreas Schwab <schwab@linux-m68k.org> ---
The type of (int)*(unsigned int) is (unsigned int) since both types have equal
conversion rank.
More information about the Gcc-bugs
mailing list