diff options
author | Richard Sandiford <richard@codesourcery.com> | 2005-07-28 08:17:27 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2005-07-28 08:17:27 +0000 |
commit | 7da3fe7701c9856578979b6dc587f925ab6a0c53 (patch) | |
tree | 47f18e03a0be41efe8e97c428b7f93922b665eb0 /gcc | |
parent | fea11803ba4a0a6d99a3ac7209b113d54ef0c4a0 (diff) | |
download | gcc-7da3fe7701c9856578979b6dc587f925ab6a0c53.zip gcc-7da3fe7701c9856578979b6dc587f925ab6a0c53.tar.gz gcc-7da3fe7701c9856578979b6dc587f925ab6a0c53.tar.bz2 |
mips32-dsp.c: Use -march=mips32 instead of -mips32.
* gcc.target/mips/mips32-dsp.c: Use -march=mips32 instead of -mips32.
* gcc.target/mips/mips32-dsp-type.c: Likewise.
From-SVN: r102475
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/mips/mips32-dsp-type.c | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.target/mips/mips32-dsp.c | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c2664f4..46434bf 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2005-07-28 Richard Sandiford <richard@codesourcery.com> + * gcc.target/mips/mips32-dsp.c: Use -march=mips32 instead of -mips32. + * gcc.target/mips/mips32-dsp-type.c: Likewise. + +2005-07-28 Richard Sandiford <richard@codesourcery.com> + PR c/22589 * gcc.c-torture/compile/pr22589-1.c: New test. diff --git a/gcc/testsuite/gcc.target/mips/mips32-dsp-type.c b/gcc/testsuite/gcc.target/mips/mips32-dsp-type.c index 030a955..1aa7577 100644 --- a/gcc/testsuite/gcc.target/mips/mips32-dsp-type.c +++ b/gcc/testsuite/gcc.target/mips/mips32-dsp-type.c @@ -1,6 +1,6 @@ /* Test MIPS32 DSP instructions */ /* { dg-do compile } */ -/* { dg-mips-options "-mips32 -mdsp" } */ +/* { dg-mips-options "-march=mips32 -mdsp" } */ /* { dg-final { scan-assembler "addq.ph" } } */ /* { dg-final { scan-assembler "addu.qb" } } */ /* { dg-final { scan-assembler "subq.ph" } } */ diff --git a/gcc/testsuite/gcc.target/mips/mips32-dsp.c b/gcc/testsuite/gcc.target/mips/mips32-dsp.c index cc38c1b..0d01536 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 "-mips32 -mdsp" } */ +/* { dg-mips-options "-march=mips32 -mdsp" } */ /* { dg-final { scan-assembler "addq.ph" } } */ /* { dg-final { scan-assembler "addq_s.ph" } } */ /* { dg-final { scan-assembler "addq_s.w" } } */ |