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

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

From-SVN: r208776
This commit is contained in:
John David Anglin 2014-03-24 00:09:24 +00:00
parent f7279c1a01
commit 76627edd63
2 changed files with 5 additions and 1 deletions

View File

@ -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

View File

@ -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>