OSDN Git Service

gcc/testsuite/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Dec 2008 21:44:39 +0000 (21:44 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 21 Dec 2008 21:44:39 +0000 (21:44 +0000)
PR target/38598
* gcc.target/mips/madd-7.c: Add -mlong32.
* gcc.target/mips/msub-7.c: Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142873 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/madd-7.c
gcc/testsuite/gcc.target/mips/msub-7.c

index 88d4c38..7a9e7ce 100644 (file)
@@ -1,3 +1,9 @@
+2008-12-21  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       PR target/38598
+       * gcc.target/mips/madd-7.c: Add -mlong32.
+       * gcc.target/mips/msub-7.c: Likewise.
+
 2008-12-21  Jason Merrill  <jason@redhat.com>
 
        PR c++/38597
index 25fd07d..bcda15c 100644 (file)
@@ -1,4 +1,5 @@
-/* { dg-mips-options "-O2 -march=5kc" } */
+/* -mlong32 added because of PR target/38598.  */
+/* { dg-mips-options "-O2 -march=5kc -mlong32" } */
 /* { dg-final { scan-assembler-not "\tmul\t" } } */
 /* { dg-final { scan-assembler "\tmadd\t" } } */
 
index 9fff31d..df19566 100644 (file)
@@ -1,4 +1,5 @@
-/* { dg-mips-options "-O2 -march=5kc" } */
+/* -mlong32 added because of PR target/38598.  */
+/* { dg-mips-options "-O2 -march=5kc -mlong32" } */
 /* { dg-final { scan-assembler-not "\tmul\t" } } */
 /* { dg-final { scan-assembler "\tmsub\t" } } */