[Bug rtl-optimization/25569] [4.2 Regression] FAIL: gfortran.dg/g77/20010610.f -O3 -fomit-frame-pointer -funroll-loops
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Mar 6 15:49:00 GMT 2006
------- Comment #4 from pinskia at gcc dot gnu dot org 2006-03-06 15:49 -------
Janis could you do a regression hunt on what caused this testcase to start to
fail?
The C testcase is:
int f(void)
{
int i;
for(i=0;i<256;i++)
{
char a = i;
int ii = a;
if (ii != i) __builtin_abort();
}
}
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |janis at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25569
More information about the Gcc-bugs
mailing list