repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
gcc.target
/
mips
/
pr33256.c
blob
d5db110fba599d4dc2d05fa145c8fb1549205d55
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
);
6
7
int
8
c
(
void
)
9
{
10
return
b
(
a
[
0
]);
11
}