From: John David Anglin Date: Mon, 24 Mar 2014 00:09:24 +0000 (+0000) Subject: 45713.cc: Skip compile on hppa*64*-*-*. X-Git-Tag: releases/gcc-4.9.0~340 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76627edd635b29299223c652c77d2ceee6edb27c;p=thirdparty%2Fgcc.git 45713.cc: Skip compile on hppa*64*-*-*. * testsuite/23_containers/bitset/45713.cc: Skip compile on hppa*64*-*-*. From-SVN: r208776 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 455c28df664b..2518d420f9cc 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2014-03-23 John David Anglin + + * testsuite/23_containers/bitset/45713.cc: Skip compile on hppa*64*-*-*. + 2014-03-23 François Dumont * include/bits/hashtable.h (_Hashtable(allocator_type)): Fix call diff --git a/libstdc++-v3/testsuite/23_containers/bitset/45713.cc b/libstdc++-v3/testsuite/23_containers/bitset/45713.cc index f560568fa0ec..3cab17e3177b 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/45713.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/45713.cc @@ -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