]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR target/38598 (MIPS extendsidi2 does not have a LO alternative)
authorRichard Sandiford <rdsandiford@googlemail.com>
Sun, 21 Dec 2008 21:44:39 +0000 (21:44 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sun, 21 Dec 2008 21:44:39 +0000 (21:44 +0000)
gcc/testsuite/
PR target/38598
* gcc.target/mips/madd-7.c: Add -mlong32.
* gcc.target/mips/msub-7.c: Likewise.

From-SVN: r142873

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

index 88d4c38b89f763d426d4176b599dd4edbe3a3e64..7a9e7ce789014434ebfd0f3c7a971bd6eb547ee5 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 25fd07db128e7366ded5497d619411fca92c4c7e..bcda15cf4554734967c2c53b23e7c3b1f90b1a3b 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 9fff31d5132bb8053fd71f2d16c0a4a3092f85cc..df195668701a19f56e81865db087b6de0ea16887 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" } } */