]> gcc.gnu.org Git - gcc.git/commitdiff
re PR tree-optimization/35899 (ICE on filesystem code)
authorRichard Sandiford <rdsandiford@googlemail.com>
Sun, 21 Dec 2008 21:45:11 +0000 (21:45 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sun, 21 Dec 2008 21:45:11 +0000 (21:45 +0000)
gcc/testsuite/
PR target/35899
* gcc.target/mips/smartmips-lwxs.c: Add -mlong32.

From-SVN: r142874

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/smartmips-lwxs.c

index 7a9e7ce789014434ebfd0f3c7a971bd6eb547ee5..fef141772e20705e3cedfa7f44ade8dc253a2332 100644 (file)
@@ -1,3 +1,8 @@
+2008-12-21  Richard Sandiford  <rdsandiford@googlemail.com>
+
+       PR target/35899
+       * gcc.target/mips/smartmips-lwxs.c: Add -mlong32.
+
 2008-12-21  Richard Sandiford  <rdsandiford@googlemail.com>
 
        PR target/38598
index 17b2ddfefb36f85d0d585f53cd6970579bfddb52..d52726a45f93052fc4af8692de3277552ad63691 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
-/* { dg-mips-options "-O -msmartmips" } */
+/* -mlong32 added because of PR target/38599.  */
+/* { dg-mips-options "-O -msmartmips -mlong32" } */
 
 NOMIPS16 int scaled_indexed_word_load (int a[], int b)
 {
This page took 0.08335 seconds and 5 git commands to generate.