diff options
author | John David Anglin <danglin@gcc.gnu.org> | 2014-03-24 00:09:24 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2014-03-24 00:09:24 +0000 |
commit | 76627edd635b29299223c652c77d2ceee6edb27c (patch) | |
tree | 51aae81a68e065d0b7801cfebc8729717af9dbd6 | |
parent | f7279c1a01e6c8ca4146638eb1f8357e81992e06 (diff) | |
download | gcc-76627edd635b29299223c652c77d2ceee6edb27c.zip gcc-76627edd635b29299223c652c77d2ceee6edb27c.tar.gz gcc-76627edd635b29299223c652c77d2ceee6edb27c.tar.bz2 |
45713.cc: Skip compile on hppa*64*-*-*.
* testsuite/23_containers/bitset/45713.cc: Skip compile on hppa*64*-*-*.
From-SVN: r208776
-rw-r--r-- | libstdc++-v3/ChangeLog | 4 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/23_containers/bitset/45713.cc | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 455c28d..2518d42 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2014-03-23 John David Anglin <danglin@gcc.gnu.org> + + * testsuite/23_containers/bitset/45713.cc: Skip compile on hppa*64*-*-*. + 2014-03-23 François Dumont <fdumont@gcc.gnu.org> * include/bits/hashtable.h (_Hashtable(allocator_type)): Fix call diff --git a/libstdc++-v3/testsuite/23_containers/bitset/45713.cc b/libstdc++-v3/testsuite/23_containers/bitset/45713.cc index f560568..3cab17e 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/45713.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/45713.cc @@ -18,7 +18,7 @@ // The testcase requires bitsizetype to be wider than sizetype, // otherwise types/vars with (e.g. for 32-bit sizetype) 0x20000000 // bytes or larger can't be used. See http://gcc.gnu.org/PR54897 -// { dg-do compile { target { ! { avr*-*-* cris*-*-* h8300*-*-* mcore*-*-* moxie*-*-* mmix-*-* } } } } +// { dg-do compile { target { ! { avr*-*-* cris*-*-* h8300*-*-* hppa*64*-*-* mcore*-*-* moxie*-*-* mmix-*-* } } } } #include <bitset> |