pr26765.c: Add -w to options.
authorRichard Sandiford <richard@codesourcery.com>
Sat, 20 May 2006 14:52:44 +0000 (14:52 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Sat, 20 May 2006 14:52:44 +0000 (14:52 +0000)
gcc/testsuite/
* gcc.target/mips/pr26765.c: Add -w to options.

From-SVN: r113933

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/mips/pr26765.c

index b304cabd8fe2fea8bfd121e00d854684077e78b4..10b3a7d237555a9372bcb95ea94600be1f0d1ca3 100644 (file)
@@ -1,3 +1,7 @@
+2006-05-20  Richard Sandiford  <richard@codesourcery.com>
+
+       * gcc.target/mips/pr26765.c: Add -w to options.
+
 2006-05-20  Richard Sandiford  <richard@codesourcery.com>
 
        * lib/target-supports.exp (check_effective_target_mpaired_single):
index 0b70b56ab4478d91e113d1409e2d4b0eeecb91be..6c4fbc493143e5eabb687d2b07190aaa02cd701c 100644 (file)
@@ -2,7 +2,7 @@
    This testcase used to trigger an unrecognizable insn.  */
 
 /* { dg-do compile } */
-/* { dg-options "-O2" } */
+/* { dg-options "-O2 -w" } */
 
 __thread int *a = 0;