diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/mips/timode-1.c')
-rw-r--r-- | gcc/testsuite/gcc.target/mips/timode-1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/mips/timode-1.c b/gcc/testsuite/gcc.target/mips/timode-1.c index 8f07db98559..fc087ee1c35 100644 --- a/gcc/testsuite/gcc.target/mips/timode-1.c +++ b/gcc/testsuite/gcc.target/mips/timode-1.c @@ -1,4 +1,4 @@ -/* { dg-mips-options "-mgp64" } */ +/* { dg-options "-mgp64" } */ typedef int int128_t __attribute__((mode(TI))); typedef unsigned int uint128_t __attribute__((mode(TI))); |