Commit f4e017c4 by Andreas Tobler Committed by Andreas Tobler

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
parent 03b29b0a
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> 2012-03-20 Jonathan Wakely <jwakely.gcc@gmail.com>
* include/bits/stl_list.h (list::_M_size): Use NSDMI. * include/bits/stl_list.h (list::_M_size): Use NSDMI.
......
// 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 // 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
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
// 23.2.5 class vector<bool> [lib.vector.bool] // 23.2.5 class vector<bool> [lib.vector.bool]
// { dg-skip-if "" { powerpc64-*-freebsd* } { "*" } { "" } }
// { dg-do run { xfail *-*-darwin8.[0-4].* } } // { dg-do run { xfail *-*-darwin8.[0-4].* } }
#include <vector> #include <vector>
......
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