summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2012-03-21 20:11:14 +0000
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2012-03-21 20:11:14 +0000
commit0c8e6bdd921c1df3860fa7a17ed4f63c18d39f09 (patch)
tree15a24788f7a501ff29c751126f3f08a51df27fea
parent002565f0dc5c967aa2852c560e9cff6be2014e14 (diff)
downloadppe42-gcc-0c8e6bdd921c1df3860fa7a17ed4f63c18d39f09.tar.gz
ppe42-gcc-0c8e6bdd921c1df3860fa7a17ed4f63c18d39f09.zip
2013-03-21 Andreas Tobler <andreast@fgznet.ch>
* testsuite/23_containers/vector/bool/modifiers/insert/31370.cc: Skip this test on powerpc64-*-freebsd*. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@185613 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/insert/31370.cc3
2 files changed, 7 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 26f70bf3ac1..6eb24d8f9f6 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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.
diff --git a/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/insert/31370.cc b/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/insert/31370.cc
index 52f8ddf0f44..fc591997318 100644
--- a/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/insert/31370.cc
+++ b/libstdc++-v3/testsuite/23_containers/vector/bool/modifiers/insert/31370.cc
@@ -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>
OpenPOWER on IntegriCloud