OSDN Git Service

2002-07-03 Chris Demetriou <cgd@broadcom.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / 20020620-1.c
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" } } */