summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Dumont <fdumont@gcc.gnu.org>2018-10-28 20:57:04 +0000
committerFrançois Dumont <fdumont@gcc.gnu.org>2018-10-28 20:57:04 +0000
commit881eaae68818cab0b3419482586174582c348ed7 (patch)
tree5c3c019e4097592542c5b5d21e1cf07b14014ebe
parentb4c522fabd0df7be08882d2207df8b2765026110 (diff)
downloadgcc-881eaae68818cab0b3419482586174582c348ed7.tar.gz
48101_neg.cc: Remove dg-prune-output 'std' from regex pattern for versioned namespace...
2018-10-28 François Dumont <fdumont@gcc.gnu.org> * testsuite/23_containers/deque/48101_neg.cc: Remove dg-prune-output 'std' from regex pattern for versioned namespace compatibility. * testsuite/23_containers/vector/48101_neg.cc: Likewise. * testsuite/27_io/filesystem/path/io/dr2989.cc: Likewise. From-SVN: r265575
-rw-r--r--libstdc++-v3/ChangeLog7
-rw-r--r--libstdc++-v3/testsuite/23_containers/deque/48101_neg.cc2
-rw-r--r--libstdc++-v3/testsuite/23_containers/vector/48101_neg.cc2
-rw-r--r--libstdc++-v3/testsuite/27_io/filesystem/path/io/dr2989.cc2
4 files changed, 10 insertions, 3 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index fe43ed27f67..71a9df1e09f 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,10 @@
+2018-10-28 François Dumont <fdumont@gcc.gnu.org>
+
+ * testsuite/23_containers/deque/48101_neg.cc: Remove dg-prune-output
+ 'std' from regex pattern for versioned namespace compatibility.
+ * testsuite/23_containers/vector/48101_neg.cc: Likewise.
+ * testsuite/27_io/filesystem/path/io/dr2989.cc: Likewise.
+
2018-10-25 Jonathan Wakely <jwakely@redhat.com>
PR libstdc++/87749
diff --git a/libstdc++-v3/testsuite/23_containers/deque/48101_neg.cc b/libstdc++-v3/testsuite/23_containers/deque/48101_neg.cc
index 1f9e3e3b932..5d59f593c41 100644
--- a/libstdc++-v3/testsuite/23_containers/deque/48101_neg.cc
+++ b/libstdc++-v3/testsuite/23_containers/deque/48101_neg.cc
@@ -26,5 +26,5 @@ test01()
}
// { dg-error "non-const, non-volatile value_type" "" { target *-*-* } 0 }
-// { dg-prune-output "std::allocator<.* has no member named " }
+// { dg-prune-output "::allocator<.* has no member named " }
// { dg-prune-output "must have the same value_type as its allocator" }
diff --git a/libstdc++-v3/testsuite/23_containers/vector/48101_neg.cc b/libstdc++-v3/testsuite/23_containers/vector/48101_neg.cc
index 620170d0a15..89eb62617e5 100644
--- a/libstdc++-v3/testsuite/23_containers/vector/48101_neg.cc
+++ b/libstdc++-v3/testsuite/23_containers/vector/48101_neg.cc
@@ -26,5 +26,5 @@ test01()
}
// { dg-error "non-const, non-volatile value_type" "" { target *-*-* } 0 }
-// { dg-prune-output "std::allocator<.* has no member named " }
+// { dg-prune-output "::allocator<.* has no member named " }
// { dg-prune-output "must have the same value_type as its allocator" }
diff --git a/libstdc++-v3/testsuite/27_io/filesystem/path/io/dr2989.cc b/libstdc++-v3/testsuite/27_io/filesystem/path/io/dr2989.cc
index b9a1235e1fe..b1fb13a0dcf 100644
--- a/libstdc++-v3/testsuite/27_io/filesystem/path/io/dr2989.cc
+++ b/libstdc++-v3/testsuite/27_io/filesystem/path/io/dr2989.cc
@@ -32,4 +32,4 @@ void foo(std::iostream& s) {
s << p; // { dg-error "no match" }
s >> p; // { dg-error "no match" }
}
-// { dg-prune-output "no type .* std::enable_if" }
+// { dg-prune-output "no type .*enable_if" }