[Bug middle-end/24750] [4.1 regression] global-alloc (reload) trips over own confusion for unexpected addressing modes
hp at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Nov 10 00:47:00 GMT 2005
------- 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
More information about the Gcc-bugs
mailing list