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
+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
}
// { 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" }
}
// { 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" }
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" }