From 9c636298c08430ea290b06eb5fd18beb45a83a16 Mon Sep 17 00:00:00 2001 From: Uros Bizjak Date: Tue, 4 Nov 2014 19:30:32 +0100 Subject: [PATCH] godump-1.c (dg-skip-if): Add alpha*-*-*. * gcc.misc-tests/godump-1.c (dg-skip-if): Add alpha*-*-*. From-SVN: r217098 --- gcc/testsuite/ChangeLog | 4 ++++ gcc/testsuite/gcc.misc-tests/godump-1.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2a6599b02db..104e597c209 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2014-11-04 Uros Bizjak + + * gcc.misc-tests/godump-1.c (dg-skip-if): Add alpha*-*-*. + 2014-11-04 Uros Bizjak * g++.dg/ipa/devirt-44.C (dg-options): Remove -fdump-tree-optimized. diff --git a/gcc/testsuite/gcc.misc-tests/godump-1.c b/gcc/testsuite/gcc.misc-tests/godump-1.c index e1f18b96673..3cadb7361ea 100644 --- a/gcc/testsuite/gcc.misc-tests/godump-1.c +++ b/gcc/testsuite/gcc.misc-tests/godump-1.c @@ -2,7 +2,7 @@ /* { dg-options "-c -fdump-go-spec=godump-1.out" } */ /* { dg-do compile } */ -/* { dg-skip-if "not supported for target" { ! "s390*-*-* i?86-*-* x86_64-*-*" } } */ +/* { dg-skip-if "not supported for target" { ! "alpha*-*-* s390*-*-* i?86-*-* x86_64-*-*" } } */ /* { dg-skip-if "not supported for target" { ! lp64 } } */ #include -- 2.30.2