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 8483842402f09050f423a42566d7de366c7b3d66..fca772f5003eaff08c58304336aa15a9472a5e07 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 2b9aedfdac4808f2369888ec91d47b7e37e7631f..272d161f058c731740838156ba6f970ea89519dd 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);