------- Comment #11 from daney at gcc dot gnu dot org 2007-09-05 17:34 ------- I am bootstrapping the 'Proposed patch' on mipsel-linux with this test case added: ------------------------------------ /* { dg-do compile } */ /* { dg-mips-options "-O2 -EB -mabi=64 -msym32 -mno-abicalls -march=mips64" } */ extern unsigned long a[]; int b(int x);
int c() { return b(a[0]); } ------------------------------ -- daney at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice-on-valid-code http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33256