pr53366-1.c: Only run for target { size32plus }.

* gcc.dg/torture/pr53366-1.c: Only run for target { size32plus }.
        * gcc.dg/torture/pr56488.c: Likewise.

From-SVN: r201082
This commit is contained in:
Joern Rennecke 2013-07-20 06:50:43 +00:00 committed by Joern Rennecke
parent 838a7024e3
commit 7a29a1b527
3 changed files with 9 additions and 6 deletions

View File

@ -2,10 +2,13 @@
* gcc.dg/pr57154.c: Add dg-require-effective-target scheduling.
* gcc.dg/tree-ssa/pr21090.c: Do vrp1 scan check only for
target { ! keeps_null_pointer_checks }.
* gcc.dg/tree-ssa/unreachable.c: Do optimized scan check only for
target { ! keeps_null_pointer_checks }.
* gcc.dg/tree-ssa/pr21090.c: Do vrp1 scan check only for
target { ! keeps_null_pointer_checks }.
* gcc.dg/tree-ssa/unreachable.c: Do optimized scan check only for
target { ! keeps_null_pointer_checks }.
* gcc.dg/torture/pr53366-1.c: Only run for target { size32plus }.
* gcc.dg/torture/pr56488.c: Likewise.
2013-07-19 Ian Bolton <ian.bolton@arm.com>

View File

@ -1,5 +1,5 @@
/* PR tree-optimization/53366 */
/* { dg-do run } */
/* { dg-do run { target { size32plus } } } */
extern void abort (void);

View File

@ -1,4 +1,4 @@
/* { dg-do run } */
/* { dg-do run { target { size32plus } } } */
int a, c, d = 1;
struct S { int s; } b, f;