+2015-01-05 Hans-Peter Nilsson <hp@bitrange.com>
+
+ * gcc.dg/pr42629.c: Only pass scheduling options on scheduling targets.
+
2015-01-03 John David Anglin <danglin@gcc.gnu.org>
PR testsuite/62250
/* This failed -fcompare-debug because register pressure computation
took debug insns into account. */
/* { dg-do compile } */
-/* { dg-options "-O1 -fsched-pressure -fschedule-insns -fcompare-debug" } */
+/* { dg-options "-O1 -fsched-pressure -fschedule-insns -fcompare-debug" { target scheduling } } */
+/* { dg-options "-O1 -fcompare-debug" { target { ! scheduling } } } */
/* { dg-require-effective-target int32plus } */
/* { dg-xfail-if "" { powerpc-ibm-aix* } { "*" } { "" } } */