------- Comment #4 from rguenth at gcc dot gnu dot org 2006-07-26 08:03 ------- It says "warning: signed and unsigned type in conditional expression" and that is the case:
unsigned int found_len = 0 ? a - b : foo; because a - b is signed and foo is unsigned. -- rguenth at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28488