aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2005-12-22 18:34:48 +0000
committerPaul Brook <paul@codesourcery.com>2005-12-22 18:34:48 +0000
commit9861d042a1c7dec6562a8327a29558924a7490a0 (patch)
tree06ee87d20b60b54686c261b96bf0e3743ff62635 /gcc
parent0543c911bac2dc3e742467181f642460ea5c8e9d (diff)
* gcc.dg/pr19340.c: Skip on m68k targets.
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/csl/coldfire-4_1@108962 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r--gcc/testsuite/gcc.dg/pr19340.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/gcc.dg/pr19340.c b/gcc/testsuite/gcc.dg/pr19340.c
index 09580217f16..89c82f6bfe2 100644
--- a/gcc/testsuite/gcc.dg/pr19340.c
+++ b/gcc/testsuite/gcc.dg/pr19340.c
@@ -1,6 +1,6 @@
/* { dg-do compile } */
/* { dg-options "-O1 -fschedule-insns2 -fsched2-use-traces" } */
-/* { dg-skip-if "No scheduling" { mmix-*-* cris-*-* } { "*" } { "" } } */
+/* { dg-skip-if "No scheduling" { mmix-*-* cris-*-* m68k-*-* } { "*" } { "" } } */
extern double f (double x);