]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
45713.cc: Skip compile on hppa*64*-*-*.
authorJohn David Anglin <danglin@gcc.gnu.org>
Mon, 24 Mar 2014 00:09:24 +0000 (00:09 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Mon, 24 Mar 2014 00:09:24 +0000 (00:09 +0000)
* testsuite/23_containers/bitset/45713.cc: Skip compile on hppa*64*-*-*.

From-SVN: r208776

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/23_containers/bitset/45713.cc

index 455c28df664b1416e1253d7fc852090c41b41683..2518d420f9cc525ebeaf56db0aa1eb3be9249f38 100644 (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
index f560568fa0ecb6891e3814ff937650952b863c6e..3cab17e3177bf98c6665cf0f3737254686fb4f65 100644 (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>