Merged with mainline at revision 128810.
[official-gcc.git] / gcc / testsuite / gcc.target / mips / pr33256.c
blobd5db110fba599d4dc2d05fa145c8fb1549205d55
1 /* GCC used to report an ICE for this test because we generated a LO_SUM
2 for an illegitimate constant. */
3 /* { dg-mips-options "-mabi=64 -mips3 -msym32 -O2 -EB -mno-abicalls" } */
4 extern unsigned long a[];
5 int b (int);
7 int
8 c (void)
10 return b (a[0]);