repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* testsuite/libgomp.fortran/vla7.f90: Add -w to options.
[official-gcc.git]
/
gcc
/
testsuite
/
gcc.dg
/
20020620-1.c
blob
ea6b9d5a74f210ad6d8e45dd549e35630f4cf208
1
/* { dg-do compile { target mips64*-*-* mipsisa64*-*-* } } */
2
/* { dg-options "-O2 -mlong64" } */
3
int
foo
(
int
*
x
,
int
i
)
4
{
5
return
x
[
i
] +
i
;
6
}
7
/* { dg-final { scan-assembler-not "move" } } */