diff options
Diffstat (limited to 'gcc/testsuite/gcc.target/mips/mips32-dsp.c')
-rw-r--r-- | gcc/testsuite/gcc.target/mips/mips32-dsp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.target/mips/mips32-dsp.c b/gcc/testsuite/gcc.target/mips/mips32-dsp.c index 08f18da..c00ea3e 100644 --- a/gcc/testsuite/gcc.target/mips/mips32-dsp.c +++ b/gcc/testsuite/gcc.target/mips/mips32-dsp.c @@ -1,6 +1,6 @@ /* Test MIPS32 DSP instructions */ /* { dg-do compile } */ -/* { dg-mips-options "-march=mips32 -mdsp" } */ +/* { dg-options "-mgp32 -mdsp" } */ /* { dg-final { scan-assembler "addq.ph" } } */ /* { dg-final { scan-assembler "addq_s.ph" } } */ /* { dg-final { scan-assembler "addq_s.w" } } */ |