Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.target / mips / scc-4.c
blobfd6e9326789a50f0e7265e1340b0c5f3dc3ed25f
1 /* { dg-do compile } */
2 /* { dg-mips-options "-O -mabi=o64" } */
4 /* { dg-final { scan-assembler "slt\t" } } */
5 /* { dg-final { scan-assembler "sltu\t\|xor\t\|xori\t" } } */
7 /* This test should work both in mips16 and non-mips16 mode. */
9 int
10 f (long long a, long long b)
12 return a > 5;