vrp48.c: Fix.

2009-04-24  Richard Guenther  <rguenther@suse.de>

	* gcc.dg/tree-ssa/vrp48.c: Fix.

From-SVN: r146745
This commit is contained in:
Richard Guenther 2009-04-24 20:29:06 +00:00 committed by Richard Biener
parent dc7497599a
commit 09ed9becfd
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2009-04-24 Richard Guenther <rguenther@suse.de>
* gcc.dg/tree-ssa/vrp48.c: Fix.
2008-04-24 Doug Kwan <dougkwan@google.com>
* g++.dg/init/copy7.C: Only abort in memcpy if source and

View File

@ -1,3 +1,6 @@
/* { dg-do link } */
/* { dg-options "-O2" } */
extern void link_failure (void);
static int __attribute__ ((noinline)) foo (int x)