OSDN Git Service

gcc/testsuite/
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 May 2006 14:52:44 +0000 (14:52 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 20 May 2006 14:52:44 +0000 (14:52 +0000)
* gcc.target/mips/pr26765.c: Add -w to options.

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

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

index b304cab..10b3a7d 100644 (file)
@@ -1,5 +1,9 @@
 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):
        New function.
        * gcc.dg/vect/vect.exp: Use it to check for compatible mipsisa64-elf
index 0b70b56..6c4fbc4 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;