------- Comment #6 from hp at gcc dot gnu dot org  2005-11-10 00:47 -------
A much shorter, but CRIS-specific testcase, that fails for the same reason but
in a slightly different way is:

int
f (short *a, char *y)
{  
  asm ("" : : : "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7", "r8", "r9",
"r10", "r11", "r12");
  return y[*a];
}


-- 


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

Reply via email to