31370.cc: Skip this test on powerpc64-*-freebsd*.
authorAndreas Tobler <andreast@fgznet.ch>
Wed, 21 Mar 2012 20:11:14 +0000 (21:11 +0100)
committerAndreas Tobler <andreast@gcc.gnu.org>
Wed, 21 Mar 2012 20:11:14 +0000 (21:11 +0100)
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

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/insert/31370.cc

index 26f70bf3ac147856924e7aeafb5dd40a4a84e60a..6eb24d8f9f6804c0ca5e7cabd1dd35bfcb566e6e 100644 (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.
index 52f8ddf0f44bacb717453c14cd523ec7e740a38a..fc591997318199af710343d642eafb844d6ce71c 100644 (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>