OSDN Git Service

* gcc.dg/pr19340.c: Skip for mmix-*-* and cris-*-*.
authorhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Nov 2005 01:04:09 +0000 (01:04 +0000)
committerhp <hp@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 14 Nov 2005 01:04:09 +0000 (01:04 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@106877 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr19340.c

index e6f9757..be37ba0 100644 (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.
 2005-11-13  Eric Botcazou  <ebotcazou@adacore.com>
 
        * gcc.dg/nested-calls-1.c: New test.
index cac4b09..0958021 100644 (file)
@@ -1,5 +1,6 @@
 /* { dg-do compile } */
 /* { dg-options "-O1 -fschedule-insns2 -fsched2-use-traces" } */
 /* { dg-do compile } */
 /* { dg-options "-O1 -fschedule-insns2 -fsched2-use-traces" } */
+/* { dg-skip-if "No scheduling" { mmix-*-* cris-*-* } { "*" } { "" } } */
 
 extern double f (double x);
 
 
 extern double f (double x);