Tested for avr with --target_board=atmega128-sim and native on
i686-pc-linuc-gnu.
2013-07-17 Joern Rennecke <joern.renne...@embecosm.com>
* gcc.dg/torture/pr53366-1.c: Only run for target { size32plus }.
* gcc.dg/torture/pr56488.c: Likewise.
Index: gcc.dg/torture/pr53366-1.c
===================================================================
--- gcc.dg/torture/pr53366-1.c (revision 201032)
+++ gcc.dg/torture/pr53366-1.c (working copy)
@@ -1,5 +1,5 @@
/* PR tree-optimization/53366 */
-/* { dg-do run } */
+/* { dg-do run { target { size32plus } } } */
extern void abort (void);
Index: gcc.dg/torture/pr56488.c
===================================================================
--- gcc.dg/torture/pr56488.c (revision 201032)
+++ gcc.dg/torture/pr56488.c (working copy)
@@ -1,4 +1,4 @@
-/* { dg-do run } */
+/* { dg-do run { target { size32plus } } } */
int a, c, d = 1;
struct S { int s; } b, f;