diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index eac7f95dc544..f8d25b1e8f34 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2012-10-11 Hans-Peter Nilsson + + PR testsuite/54897 + * testsuite/23_containers/bitset/45713.cc: Skip for avr*-*-* + cris*-*-* h8300*-*-* mcore*-*-* moxie*-*-*. + 2012-10-11 Rainer Orth PR libstdc++/54872 diff --git a/libstdc++-v3/testsuite/23_containers/bitset/45713.cc b/libstdc++-v3/testsuite/23_containers/bitset/45713.cc index 8d369d63e18d..2e8f4526d730 100644 --- a/libstdc++-v3/testsuite/23_containers/bitset/45713.cc +++ b/libstdc++-v3/testsuite/23_containers/bitset/45713.cc @@ -1,4 +1,4 @@ -// Copyright (C) 2010 Free Software Foundation, Inc. +// Copyright (C) 2010, 2012 Free Software Foundation, Inc. // // This file is part of the GNU ISO C++ Library. This library is free // software; you can redistribute it and/or modify it under the @@ -15,7 +15,10 @@ // with this library; see the file COPYING3. If not see // . -// { dg-do compile } +// The testcase requires bitsizetype to be wider than sizetype, +// otherwise types/vars with 0x20000000 bytes or larger can't be used. +// See http://gcc.gnu.org/PR54897 +// { dg-do compile { target { ! { avr*-*-* cris*-*-* h8300*-*-* mcore*-*-* moxie*-*-* } } } } #include