From 26aff453bf91921607015a0fd9f09822326beb71 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fran=C3=A7ois=20Dumont?= Date: Thu, 24 Nov 2022 06:46:43 +0100 Subject: [PATCH] libstdc++: [_GLIBCXX_INLINE_VERSION] Adapt dg-error message libstdc++-v3/ChangeLog * testsuite/20_util/function/cons/70692.cc: Adapt dg-error message. --- libstdc++-v3/testsuite/20_util/function/cons/70692.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libstdc++-v3/testsuite/20_util/function/cons/70692.cc b/libstdc++-v3/testsuite/20_util/function/cons/70692.cc index f9e8fe31570c..b15208a25317 100644 --- a/libstdc++-v3/testsuite/20_util/function/cons/70692.cc +++ b/libstdc++-v3/testsuite/20_util/function/cons/70692.cc @@ -11,4 +11,4 @@ int main() std::function ff(f); // { dg-error "no matching function" } std::function f2(f); // { dg-error "no matching function" } } -// { dg-error "std::enable_if" "" { target *-*-* } 0 } +// { dg-error "std::(__8::)?enable_if" "" { target *-*-* } 0 } -- 2.47.2