[gcc r13-4373] libstdc++: [_GLIBCXX_INLINE_VERSION] Adapt dg-error message

Francois Dumont fdumont@gcc.gnu.org
Mon Nov 28 17:56:02 GMT 2022


https://gcc.gnu.org/g:26aff453bf91921607015a0fd9f09822326beb71

commit r13-4373-g26aff453bf91921607015a0fd9f09822326beb71
Author: François Dumont <fdumont@gcc.gnu.org>
Date:   Thu Nov 24 06:46:43 2022 +0100

    libstdc++: [_GLIBCXX_INLINE_VERSION] Adapt dg-error message
    
    libstdc++-v3/ChangeLog
    
            * testsuite/20_util/function/cons/70692.cc: Adapt dg-error message.

Diff:
---
 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 f9e8fe31570..b15208a2531 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<const int&()> ff(f);  // { dg-error "no matching function" }
   std::function<long&&()> f2(f);      // { dg-error "no matching function" }
 }
-// { dg-error "std::enable_if" "" { target *-*-* } 0 }
+// { dg-error "std::(__8::)?enable_if" "" { target *-*-* } 0 }


More information about the Libstdc++-cvs mailing list