godump-1.c (dg-skip-if): Add alpha*-*-*.

* gcc.misc-tests/godump-1.c (dg-skip-if): Add alpha*-*-*.

From-SVN: r217098
This commit is contained in:
Uros Bizjak 2014-11-04 19:30:32 +01:00 committed by Uros Bizjak
parent a765878ad7
commit 9c636298c0
2 changed files with 5 additions and 1 deletions

View 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.

View 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>