mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
f7279c1a01
commit
76627edd63
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue