summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3
diff options
context:
space:
mode:
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2014-03-24 00:09:24 +0000
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>2014-03-24 00:09:24 +0000
commitf201cff4e7851706ac483117f8f5cf44f83d834c (patch)
tree51aae81a68e065d0b7801cfebc8729717af9dbd6 /libstdc++-v3
parent75125a9176db46a1e62795611f3cf86ce62e8e37 (diff)
downloadppe42-gcc-f201cff4e7851706ac483117f8f5cf44f83d834c.tar.gz
ppe42-gcc-f201cff4e7851706ac483117f8f5cf44f83d834c.zip
* testsuite/23_containers/bitset/45713.cc: Skip compile on hppa*64*-*-*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208776 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/testsuite/23_containers/bitset/45713.cc2
2 files changed, 5 insertions, 1 deletions
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 <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 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 <bitset>
OpenPOWER on IntegriCloud