------- 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

Reply via email to