20090618-1.c: add dg-run and dg-skip-if and move to ...

2009-06-25  Steve Ellcey  <sje@cup.hp.com>

	* gcc.c-torture/execute/20090618-1.c: add dg-run and
	dg-skip-if and move to ...
	* gcc.dg/torture/20090618-1.c.

From-SVN: r148946
This commit is contained in:
Steve Ellcey 2009-06-25 14:55:44 +00:00 committed by Steve Ellcey
parent b192f8291a
commit 6709376bbe
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2009-06-25 Steve Ellcey <sje@cup.hp.com>
* gcc.c-torture/execute/20090618-1.c: add dg-run and
dg-skip-if and move to ...
* gcc.dg/torture/20090618-1.c.
2009-06-25 Martin Jambor <mjambor@suse.cz>
PR tree-optimization/40493

View File

@ -1,3 +1,6 @@
/* { dg-do run } */
/* { dg-skip-if "" { *-*-* } { "-O0" } { "" } } */
extern void abort (void);
struct X { int *p; int *q; };