diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/mips/mips16-attributes-2.c')
-rw-r--r-- | gcc/testsuite/gcc.target/mips/mips16-attributes-2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/testsuite/gcc.target/mips/mips16-attributes-2.c b/gcc/testsuite/gcc.target/mips/mips16-attributes-2.c index edab378..bc81cfa 100644 --- a/gcc/testsuite/gcc.target/mips/mips16-attributes-2.c +++ b/gcc/testsuite/gcc.target/mips/mips16-attributes-2.c @@ -1,6 +1,5 @@ -/* { dg-do compile { target mips16_attribute } } */ /* { dg-skip-if "" { *-*-* } { "-mflip-mips16" } { "" } } */ -/* { dg-add-options mips16_attribute } */ +/* { dg-options "(-mips16)" } */ void f1 (void); void __attribute__((mips16)) f1 (void) {} /* { dg-error "conflicting" } */ |