https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83710
Andreas Schwab <sch...@linux-m68k.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #1 from Andreas Schwab <sch...@linux-m68k.org> --- The type of (int)*(unsigned int) is (unsigned int) since both types have equal conversion rank.