* gcc.dg/pr19340.c: Skip for mmix-*-* and cris-*-*.

From-SVN: r106877
This commit is contained in:
Hans-Peter Nilsson 2005-11-14 01:04:09 +00:00 committed by Hans-Peter Nilsson
parent a334b64ca5
commit 43258b67a9
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-11-14 Hans-Peter Nilsson <hp@axis.com>
* gcc.dg/pr19340.c: Skip for mmix-*-* and cris-*-*.
2005-11-13 Eric Botcazou <ebotcazou@adacore.com>
* gcc.dg/nested-calls-1.c: New test.

View File

@ -1,5 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-O1 -fschedule-insns2 -fsched2-use-traces" } */
/* { dg-skip-if "No scheduling" { mmix-*-* cris-*-* } { "*" } { "" } } */
extern double f (double x);