Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gcc.target
/
mips
/
pr33256.c
blob: 109da4899ef6b449eb0460969ead9e060d80a52a [
file
] [
log
] [
blame
]
/* GCC used to report an ICE for this test because we generated a LO_SUM
for an illegitimate constant. */
/* { dg-options "-mabi=64 -msym32 -EB -mno-abicalls" } */
extern
unsigned
long
a
[];
int
b
(
int
);
int
c
(
void
)
{
return
b
(
a
[
0
]);
}