public inbox for libstdc++@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH][_GLIBCXX_INLINE_VERSION] Fix test dg-prune-output
@ 2022-09-14 17:26 François Dumont
  2022-09-15 14:12 ` Jonathan Wakely
  0 siblings, 1 reply; 2+ messages in thread
From: François Dumont @ 2022-09-14 17:26 UTC (permalink / raw)
  To: libstdc++; +Cc: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 401 bytes --]

     libstdc++: [_GLIBCXX_INLINE_VERSION] Fix test dg-prune-output

     libstdc++-v3/ChangeLog:

             * 
testsuite/20_util/is_complete_or_unbounded/memoization_neg.cc: Adapt 
dg-prune-output to
             _GLIBCXX_INLINE_VERSION mode.


With this patch all tests are Ok in _GLIBCXX_INLINE_VERSION mode (at the 
time I'm writing this).

Ok to commit ?

François

[-- Attachment #2: dg-prune-output.patch --]
[-- Type: text/x-patch, Size: 735 bytes --]

diff --git a/libstdc++-v3/testsuite/20_util/is_complete_or_unbounded/memoization_neg.cc b/libstdc++-v3/testsuite/20_util/is_complete_or_unbounded/memoization_neg.cc
index fc0b70b319c..bc66c13feee 100644
--- a/libstdc++-v3/testsuite/20_util/is_complete_or_unbounded/memoization_neg.cc
+++ b/libstdc++-v3/testsuite/20_util/is_complete_or_unbounded/memoization_neg.cc
@@ -1,6 +1,6 @@
 // { dg-do compile { target c++11 } }
 // { dg-prune-output "must be a complete" }
-// { dg-prune-output "'value' is not a member of 'std::is_move_cons" }
+// { dg-prune-output "'value' is not a member of 'std::(__8::)?is_move_cons" }
 // { dg-prune-output "invalid use of incomplete type" }
 
 // Copyright (C) 2019-2022 Free Software Foundation, Inc.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH][_GLIBCXX_INLINE_VERSION] Fix test dg-prune-output
  2022-09-14 17:26 [PATCH][_GLIBCXX_INLINE_VERSION] Fix test dg-prune-output François Dumont
@ 2022-09-15 14:12 ` Jonathan Wakely
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Wakely @ 2022-09-15 14:12 UTC (permalink / raw)
  To: François Dumont; +Cc: libstdc++, gcc-patches

On Wed, 14 Sept 2022 at 18:26, François Dumont via Libstdc++
<libstdc++@gcc.gnu.org> wrote:
>
>      libstdc++: [_GLIBCXX_INLINE_VERSION] Fix test dg-prune-output
>
>      libstdc++-v3/ChangeLog:
>
>              *
> testsuite/20_util/is_complete_or_unbounded/memoization_neg.cc: Adapt

Please put the "Adapt" on the next line. The file path is already
longer than the maximum line for a ChangeLog :-(

OK with that adjustment, thanks!

> dg-prune-output to
>              _GLIBCXX_INLINE_VERSION mode.
>
>
> With this patch all tests are Ok in _GLIBCXX_INLINE_VERSION mode (at the
> time I'm writing this).
>
> Ok to commit ?
>
> François


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-15 14:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-14 17:26 [PATCH][_GLIBCXX_INLINE_VERSION] Fix test dg-prune-output François Dumont
2022-09-15 14:12 ` Jonathan Wakely

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).