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

daney at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Sep 5 17:35:00 GMT 2007



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



More information about the Gcc-bugs mailing list