OSDN Git Service

* gcc.target/mips/octeon-exts-2.c: Compile it with -meb.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / mips / scc-4.c
1 /* { dg-do compile } */
2 /* { dg-mips-options "-O -mabi=o64" } */
3
4 /* { dg-final { scan-assembler "slt\t" } } */
5 /* { dg-final { scan-assembler "sltu\t\|xor\t\|xori\t" } } */
6
7 /* This test should work both in mips16 and non-mips16 mode.  */
8
9 int
10 f (long long a, long long b)
11 {
12   return a > 5;
13 }