Commit ec2c793b by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

* gcc.dg/pr42629.c: Only pass scheduling options on scheduling targets.

From-SVN: r219180
parent febf6781
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* } { "*" } { "" } } */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment