[Bug rtl-optimization/16643] [3.4 Regression] verify_local_live_at_start ICE after crossjumping & cfgcleanup

rsandifo at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Tue Jul 20 13:22:00 GMT 2004


------- Additional Comments From rsandifo at gcc dot gnu dot org  2004-07-20 13:22 -------
Fails on mainline too with a trivial change:

void foo (int a, int b, int c, int d, int e, int *f)
{
  if (a == 0)
    if (b == 0)
      if (c == 0)
	if (d == 0)
	  {
	    *f = e;
	    return;
	  }
  *f = e;
  return;
}


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
      Known to work|3.3.3 3.5.0                 |3.3.3


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



More information about the Gcc-bugs mailing list