Commit 836e9385 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

45713.cc: Skip for mmix-*-*.

	* testsuite/23_containers/bitset/45713.cc: Skip for mmix-*-*.
	Tweak sizetype-related comment.

From-SVN: r192647
parent 8a740f07
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.
......
......@@ -16,9 +16,9 @@
// <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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment