* gcc.dg/tree-ssa/asmgoto-1.c: Suppress warnings.

From-SVN: r154470
This commit is contained in:
Andy Hutchinson 2009-11-23 21:57:11 +00:00
parent 7f557ec7a2
commit c806393f02
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View 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;