This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Committed: testsuite patches (13/14): Restrict tests that require large arrays / 16-bit wrap-around indices to target { size32plus }


Tested for avr with --target_board=atmega128-sim and native on i686-pc-linuc-gnu.

2013-07-17  Joern Rennecke <joern.rennecke@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;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]