This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug middle-end/24750] [4.1 regression] global-alloc (reload) trips over own confusion for unexpected addressing modes



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]