diff options
author | Uros Bizjak <ubizjak@gmail.com> | 2014-11-04 19:30:32 +0100 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2014-11-04 19:30:32 +0100 |
commit | 9c636298c08430ea290b06eb5fd18beb45a83a16 (patch) | |
tree | 2d9c54063fbbb74ce21437d487402d4f3e91f737 /gcc | |
parent | a765878ad73b612e03621b7a870a86cd2cd81e99 (diff) | |
download | gcc-9c636298c08430ea290b06eb5fd18beb45a83a16.zip gcc-9c636298c08430ea290b06eb5fd18beb45a83a16.tar.gz gcc-9c636298c08430ea290b06eb5fd18beb45a83a16.tar.bz2 |
godump-1.c (dg-skip-if): Add alpha*-*-*.
* gcc.misc-tests/godump-1.c (dg-skip-if): Add alpha*-*-*.
From-SVN: r217098
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/gcc.misc-tests/godump-1.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2a6599b..104e597 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,9 @@ 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. * g++.dg/ipa/devirt-45.C (dg-options): Ditto. * g++.dg/tree-prof/morefunc.C (dg-final-use): Cleanup profile ipa dump. diff --git a/gcc/testsuite/gcc.misc-tests/godump-1.c b/gcc/testsuite/gcc.misc-tests/godump-1.c index e1f18b9..3cadb73 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 <stdint.h> |