]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gcc.misc-tests/godump-1.c (dg-skip-if): Add alpha*-*-*.
authoruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Nov 2014 18:30:32 +0000 (18:30 +0000)
committeruros <uros@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 4 Nov 2014 18:30:32 +0000 (18:30 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@217098 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/gcc.misc-tests/godump-1.c

index 2a6599b02db670eaa08f2546c83b6829e5359e92..104e597c209091f260ee7e29aa33d4d3a152ad50 100644 (file)
@@ -1,3 +1,7 @@
+2014-11-04  Uros Bizjak  <ubizjak@gmail.com>
+
+       * gcc.misc-tests/godump-1.c (dg-skip-if): Add alpha*-*-*.
+
 2014-11-04  Uros Bizjak  <ubizjak@gmail.com>
 
        * g++.dg/ipa/devirt-44.C (dg-options): Remove -fdump-tree-optimized.
index e1f18b966739c60a2124a761c1e782e4adcdfec5..3cadb7361ea0aaf8170316f3472b3935e6bfd03a 100644 (file)
@@ -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 <stdint.h>