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 (4/14): gcc.dg/pr57154.c requires scheduling


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

Committed as obvious.
2013-06-14  Joern Rennecke <joern.rennecke@embecosm.com>

	* gcc.dg/pr57154.c: Add dg-require-effective-target scheduling.

Index: gcc.dg/pr57154.c
===================================================================
--- gcc.dg/pr57154.c	(revision 201032)
+++ gcc.dg/pr57154.c	(working copy)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O2 -fschedule-insns" } */
+/* { dg-require-effective-target scheduling } */
 
 #define PF_FROZEN 0x00010000
 #define likely(x)      __builtin_expect(!!(x), 1)

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