[Bug rtl-optimization/19103] [4.0 Regression] Current CVS (2004/12/21) doesn't compile with profiledbootstrap

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Dec 27 19:51:00 GMT 2004


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-12-27 19:51 -------
Here is the reduced testcase, compile at "-O2 -fprofile-generate":
void abort (void);
int main()
{
  int j;
  for (j = 6; j >= 0; --j)
      if (j >= 7)
	abort () ;
  return 0;
}

-- 


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



More information about the Gcc-bugs mailing list