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:
parent
b192f8291a
commit
6709376bbe
@ -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
|
||||
|
@ -1,3 +1,6 @@
|
||||
/* { dg-do run } */
|
||||
/* { dg-skip-if "" { *-*-* } { "-O0" } { "" } } */
|
||||
|
||||
extern void abort (void);
|
||||
|
||||
struct X { int *p; int *q; };
|
Loading…
Reference in New Issue
Block a user