* testsuite/23_containers/bitset/45713.cc: Skip compile on hppa*64*-*-*.
From-SVN: r208776
+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
// 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>