[Bug c/53058] Another ice in remove_range_assertions

markus at trippelsdorf dot de gcc-bugzilla@gcc.gnu.org
Sat Apr 21 11:37:00 GMT 2012


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53058

Markus Trippelsdorf <markus at trippelsdorf dot de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |markus at trippelsdorf dot
                   |                            |de

--- Comment #1 from Markus Trippelsdorf <markus at trippelsdorf dot de> 2012-04-21 11:36:37 UTC ---
Reduced:
 % cat test.i
int a,b,c=0;
fn1 () {
  c = b >> 16;
  if (c > 32767)
    c = 0;
  a = b;
}



More information about the Gcc-bugs mailing list