Would someone please apply the patch on 4.2.x branch? (I have not yet regained
access to my Apache account.)
2012-09-01 Liviu Nicoara <[email protected]>
* tests/containers/23.bitset.cpp: swapped lines to avoid compiler bug
(see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=54442)
Index: tests/containers/23.bitset.cpp
===================================================================
--- tests/containers/23.bitset.cpp (revision 1379762)
+++ tests/containers/23.bitset.cpp (working copy)
@@ -278,8 +278,8 @@ test_synopsis (std::bitset<0>*)
MEMFUN (Bitset&, flip, ());
MEMFUN (Bitset&, flip, (std::size_t));
- MEMFUN (Bitset::reference, operator[], (std::size_t));
MEMFUN (bool, operator[], (std::size_t) const);
+ MEMFUN (Bitset::reference, operator[], (std::size_t));
MEMFUN (unsigned long, to_ulong, () const);