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]

testsuite patches (8/14): gcc.dg/pr53265.c: Disable test for avr*-*-


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

2013-07-05  Joern Rennecke <joern.rennecke@embecosm.com>

	* gcc.dg/pr53265.c: Disable test for avr*-*-*.

Index: gcc.dg/pr53265.c
===================================================================
--- gcc.dg/pr53265.c	(revision 201032)
+++ gcc.dg/pr53265.c	(working copy)
@@ -1,5 +1,5 @@
 /* PR tree-optimization/53265 */
-/* { dg-do compile } */
+/* { dg-do compile { target { ! avr*-*-* } } } */ /* Don't run if arrays are too large.  */
 /* { dg-options "-O2 -Wall" } */
 
 void bar (void *);

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