* gcc.dg/tree-ssa/asmgoto-1.c: Suppress warnings.
authorAndy Hutchinson <hutchinsonandy@gcc.gnu.org>
Mon, 23 Nov 2009 21:57:11 +0000 (21:57 +0000)
committerAndy Hutchinson <hutchinsonandy@gcc.gnu.org>
Mon, 23 Nov 2009 21:57:11 +0000 (21:57 +0000)
From-SVN: r154470

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/asmgoto-1.c

index 66623fc..3d83b2d 100644 (file)
@@ -1,5 +1,9 @@
 2009-11-23  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
 
+       * gcc.dg/tree-ssa/asmgoto-1.c: Suppress warnings.
+
+2009-11-23  Andy Hutchinson  <hutchinsonandy@gcc.gnu.org>
+
        * gcc.c-torture/execute/ipa-sra-2.x: New. Skip for 16bit targets.
 
 
index 1d08067..9dd5499 100644 (file)
@@ -1,5 +1,5 @@
 /* { dg-do compile } */
-/* { dg-options "-O2 -fdump-tree-optimized" } */
+/* { dg-options "-O2 -w -fdump-tree-optimized" } */
 
 extern void XYZZY (void);
 typedef unsigned long __kernel_size_t;