------- Comment #3 from rguenth at gcc dot gnu dot org 2010-06-03 22:13 ------- It does
$ gcc-4.3 -S t.c -Wall -Wconversion t.c: In function main: t.c:13: warning: conversion to unsigned int from int may change the sign of the result t.c:13: warning: conversion to int from unsigned int may change the sign of the result -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44407