superblock.c: Require scheduling support.
authorSenthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
Tue, 5 Nov 2013 00:19:43 +0000 (00:19 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Tue, 5 Nov 2013 00:19:43 +0000 (00:19 +0000)
2013-11-04  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>

* gcc.dg/superblock.c: Require scheduling support.

From-SVN: r204376

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/superblock.c

index 8483842..fca772f 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-04  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
+
+       * gcc.dg/superblock.c: Require scheduling support.
+
 2013-11-04  Kostya Serebryany  <kcc@google.com>
 
        * g++.dg/asan/asan_test.cc: Update the test
index 2b9aedf..272d161 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O2 -fno-asynchronous-unwind-tables -fsched2-use-superblocks -fdump-rtl-sched2 -fdump-rtl-bbro" } */
+/* { dg-require-effective-target scheduling } */
 
 typedef int aligned __attribute__ ((aligned (64)));
 extern void abort (void);