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

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

From-SVN: r192647
This commit is contained in:
Hans-Peter Nilsson 2012-10-21 04:52:54 +00:00 committed by Hans-Peter Nilsson
parent 8a740f0731
commit 836e938574
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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>