31370.cc: Skip this test on powerpc64-*-freebsd*.

2013-03-21  Andreas Tobler  <andreast@fgznet.ch>

        * testsuite/23_containers/vector/bool/modifiers/insert/31370.cc:
        Skip this test on powerpc64-*-freebsd*.

From-SVN: r185613
This commit is contained in:
Andreas Tobler 2012-03-21 21:11:14 +01:00 committed by Andreas Tobler
parent 03b29b0ae4
commit f4e017c4b1
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-03-21 Andreas Tobler <andreast@fgznet.ch>
* testsuite/23_containers/vector/bool/modifiers/insert/31370.cc:
Skip this test on powerpc64-*-freebsd*.
2012-03-20 Jonathan Wakely <jwakely.gcc@gmail.com>
* include/bits/stl_list.h (list::_M_size): Use NSDMI.

View File

@ -1,4 +1,4 @@
// Copyright (C) 2007, 2009, 2010 Free Software Foundation, Inc.
// Copyright (C) 2007, 2009, 2010, 2012 Free Software Foundation, Inc.
//
// 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
@ -17,6 +17,7 @@
// 23.2.5 class vector<bool> [lib.vector.bool]
// { dg-skip-if "" { powerpc64-*-freebsd* } { "*" } { "" } }
// { dg-do run { xfail *-*-darwin8.[0-4].* } }
#include <vector>