From 76627edd635b29299223c652c77d2ceee6edb27c Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Mon, 24 Mar 2014 00:09:24 +0000 Subject: [PATCH] 45713.cc: Skip compile on hppa*64*-*-*. * testsuite/23_containers/bitset/45713.cc: Skip compile on hppa*64*-*-*. From-SVN: r208776 --- libstdc++-v3/ChangeLog | 4 ++++ libstdc++-v3/testsuite/23_containers/bitset/45713.cc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 455c28df664..2518d420f9c 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2014-03-23 John David Anglin + + * testsuite/23_containers/bitset/45713.cc: Skip compile on hppa*64*-*-*. + 2014-03-23 François Dumont * 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 f560568fa0e..3cab17e3177 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 -- 2.30.2