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:
parent
8a740f0731
commit
836e938574
2 changed files with 8 additions and 3 deletions
|
@ -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.
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue