This test fails on hppa*64*-*-* since bitsizetype is not wider than
sizetype.
Tested on hppa64-hp-hpux11.11 and hppa2.0w-hp-hpux11.11. Committed to
trunk.
Dave
--
John David Anglin dave.ang...@bell.net
2014-03-23 John David Anglin <dang...@gcc.gnu.org>
* testsuite/23_containers/bitset/45713.cc: Skip compile on hppa*64*-*-*.
Index: testsuite/23_containers/bitset/45713.cc
===================================================================
--- testsuite/23_containers/bitset/45713.cc (revision 208769)
+++ testsuite/23_containers/bitset/45713.cc (working copy)
@@ -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>