Fortran: fix dependency checks for inquiry refs [PR115039]
[official-gcc.git] / gcc / testsuite / gcc.target / mips / mips64-lsa.c
blob940847efc55a800c587a1b6d2aa216730208d846
1 /* Test MIPS64R6 LSA instruction */
2 /* { dg-do compile } */
3 /* { dg-options "-mabi=64 (HAS_LSA)" } */
4 /* { dg-skip-if "code quality test" { *-*-* } { "-O0" } { "" } } */
6 /* { dg-final { scan-assembler "\tdlsa\t" } } */
8 NOMIPS16 signed long long test (signed long long *a, int index)
10 return a[index];