* testsuite/23_containers/bitset/45713.cc: Skip for mmix-*-*.
Tweak sizetype-related comment.
From-SVN: r192647
+2012-10-21 Hans-Peter Nilsson <hp@bitrange.com>
+
+ * testsuite/23_containers/bitset/45713.cc: Skip for mmix-*-*.
+ Tweak sizetype-related comment.
+
2012-10-20 Jonathan Wakely <jwakely.gcc@gmail.com>
* include/std/scoped_allocator: Avoid badname.
// <http://www.gnu.org/licenses/>.
// 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*-*-* } } } }
+// 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-*-* } } } }
#include <bitset>