diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/mips/mips16-attributes.c')
-rw-r--r-- | gcc/testsuite/gcc.target/mips/mips16-attributes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.target/mips/mips16-attributes.c b/gcc/testsuite/gcc.target/mips/mips16-attributes.c index 96945e1..28bb9aa 100644 --- a/gcc/testsuite/gcc.target/mips/mips16-attributes.c +++ b/gcc/testsuite/gcc.target/mips/mips16-attributes.c @@ -1,8 +1,8 @@ /* Verify that mips16 and nomips16 attributes work, checking all combinations of calling a nomips16/mips16/default function from a nomips16/mips16/default function. */ -/* { dg-do run { target { mipsisa*-*-elf* && mips16_attribute } } } */ -/* { dg-add-options mips16_attribute } */ +/* { dg-do run } */ +/* { dg-options "(-mips16)" } */ #include <stdlib.h> |