]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix broken dg-prune-output
authorJonathan Wakely <jwakely@redhat.com>
Fri, 30 Sep 2022 18:10:29 +0000 (19:10 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Fri, 30 Sep 2022 20:28:34 +0000 (21:28 +0100)
The new pattern in the dg-prune-output directive doesn't work. Instead
of a messy regex full of leaning toothpicks, just match on the
diagnostic text instead of the header paths.

libstdc++-v3/ChangeLog:

* testsuite/20_util/bind/ref_neg.cc: Fix dg-prune-output
directive.

libstdc++-v3/testsuite/20_util/bind/ref_neg.cc

index 1e9f3e7fece9baa27275779bd1e0a72fa065bd71..a78935775c22d13599d0b7c4c241c82b84299613 100644 (file)
@@ -50,7 +50,7 @@ void test02()
 
 // Ignore the reasons for deduction/substitution failure in the headers.
 // Arrange for the match to work on installed trees as well as build trees.
-// { dg-prune-output "[/\\](functional|bits/invoke.h):" }
+// { dg-prune-output "no type named 'type' in 'struct std::result_of" }
 
 int main()
 {