OSDN Git Service

* gcc.target/mips/octeon-exts-2.c: Compile it with -meb.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / mips / 20020620-1.c
1 /* { dg-do compile { target mips64*-*-* mipsisa64*-*-* } } */
2 /* { dg-mips-options "-O2 -mlong64" } */
3 int foo (int *x, int i)
4 {
5   return x[i] + i;
6 }
7 /* { dg-final { scan-assembler-not "move" } } */