Commit 76627edd by John David Anglin

45713.cc: Skip compile on hppa*64*-*-*.

	* testsuite/23_containers/bitset/45713.cc: Skip compile on hppa*64*-*-*.

From-SVN: r208776
parent f7279c1a
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> 2014-03-23 François Dumont <fdumont@gcc.gnu.org>
* include/bits/hashtable.h (_Hashtable(allocator_type)): Fix call * include/bits/hashtable.h (_Hashtable(allocator_type)): Fix call
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
// The testcase requires bitsizetype to be wider than sizetype, // The testcase requires bitsizetype to be wider than sizetype,
// otherwise types/vars with (e.g. for 32-bit sizetype) 0x20000000 // otherwise types/vars with (e.g. for 32-bit sizetype) 0x20000000
// bytes or larger can't be used. See http://gcc.gnu.org/PR54897 // 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> #include <bitset>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment