public inbox for libstdc++-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-4373] libstdc++: [_GLIBCXX_INLINE_VERSION] Adapt dg-error message
@ 2022-11-28 17:56 Francois Dumont
  0 siblings, 0 replies; only message in thread
From: Francois Dumont @ 2022-11-28 17:56 UTC (permalink / raw)
  To: gcc-cvs, libstdc++-cvs

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 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-28 17:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-28 17:56 [gcc r13-4373] libstdc++: [_GLIBCXX_INLINE_VERSION] Adapt dg-error message Francois Dumont

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).