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
This commit is contained in:
François Dumont 2018-10-28 20:57:04 +00:00
parent b4c522fabd
commit 881eaae688
4 changed files with 10 additions and 3 deletions

View File

@ -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

View File

@ -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" }

View File

@ -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" }

View File

@ -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" }