URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.target/] [mips/] [pr33256.c] - Rev 844
Go to most recent revision | Compare with Previous | Blame | View Log
/* GCC used to report an ICE for this test because we generated a LO_SUM for an illegitimate constant. */ /* { dg-mips-options "-mabi=64 -mips3 -msym32 -O2 -EB -mno-abicalls" } */ extern unsigned long a[]; int b (int); int c (void) { return b (a[0]); }
Go to most recent revision | Compare with Previous | Blame | View Log