------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-01 
15:44 -------
You can see the problem with this testcase (but we don't ICE because we only 
call verify_stmts in IV-
OPTS :( ):
void flexto(int *current,int instance_count)
{
  int *end, temp, j;
  if (0<instance_count)
    end = &temp;
  *current = *end;
} 

-- 


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

Reply via email to