mirror of git://gcc.gnu.org/git/gcc.git
re PR testsuite/54897 (23_containers/bitset/45713.cc (test for excess errors))
PR testsuite/54897 * testsuite/23_containers/bitset/45713.cc: Skip for avr*-*-* cris*-*-* h8300*-*-* mcore*-*-* moxie*-*-*. From-SVN: r192354
This commit is contained in:
parent
f5b02f1ec1
commit
1e2a71c8bf
|
|
@ -1,3 +1,9 @@
|
||||||
|
2012-10-11 Hans-Peter Nilsson <hp@axis.com>
|
||||||
|
|
||||||
|
PR testsuite/54897
|
||||||
|
* testsuite/23_containers/bitset/45713.cc: Skip for avr*-*-*
|
||||||
|
cris*-*-* h8300*-*-* mcore*-*-* moxie*-*-*.
|
||||||
|
|
||||||
2012-10-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
2012-10-11 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
PR libstdc++/54872
|
PR libstdc++/54872
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
// Copyright (C) 2010 Free Software Foundation, Inc.
|
// Copyright (C) 2010, 2012 Free Software Foundation, Inc.
|
||||||
//
|
//
|
||||||
// This file is part of the GNU ISO C++ Library. This library is free
|
// This file is part of the GNU ISO C++ Library. This library is free
|
||||||
// software; you can redistribute it and/or modify it under the
|
// software; you can redistribute it and/or modify it under the
|
||||||
|
|
@ -15,7 +15,10 @@
|
||||||
// with this library; see the file COPYING3. If not see
|
// with this library; see the file COPYING3. If not see
|
||||||
// <http://www.gnu.org/licenses/>.
|
// <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
// { dg-do compile }
|
// 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*-*-* } } } }
|
||||||
|
|
||||||
#include <bitset>
|
#include <bitset>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue