diff options
| author | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-03-24 00:09:24 +0000 |
|---|---|---|
| committer | danglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-03-24 00:09:24 +0000 |
| commit | f201cff4e7851706ac483117f8f5cf44f83d834c (patch) | |
| tree | 51aae81a68e065d0b7801cfebc8729717af9dbd6 /libstdc++-v3/testsuite | |
| parent | 75125a9176db46a1e62795611f3cf86ce62e8e37 (diff) | |
| download | ppe42-gcc-f201cff4e7851706ac483117f8f5cf44f83d834c.tar.gz ppe42-gcc-f201cff4e7851706ac483117f8f5cf44f83d834c.zip | |
* testsuite/23_containers/bitset/45713.cc: Skip compile on hppa*64*-*-*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208776 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/testsuite')
| -rw-r--r-- | libstdc++-v3/testsuite/23_containers/bitset/45713.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/23_containers/bitset/45713.cc b/libstdc++-v3/testsuite/23_containers/bitset/45713.cc index f560568fa0e..3cab17e3177 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 <bitset> |

