[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Bug target/33256] internal compiler error: in print_operand_reloc, at config/mips/mips.c:5579




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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



Reply to: