Re: [committed] Fix dg-prune-output

2021-08-08 Thread Jonathan Wakely via Gcc-patches
On Sun, 8 Aug 2021, 20:26 François Dumont via Libstdc++, < libstd...@gcc.gnu.org> wrote: > This is a trivial fix following a recent change on __glibcxx_assert. > > libstdc++: Fix dg-prune-output assertion message > > Since __glibcxx_assert changes in r6b42b5a the generated assertion > me

[committed] Fix dg-prune-output

2021-08-08 Thread François Dumont via Gcc-patches
This is a trivial fix following a recent change on __glibcxx_assert.     libstdc++: Fix dg-prune-output assertion message     Since __glibcxx_assert changes in r6b42b5a the generated assertion message     has changed.     libstdc++-v3/ChangeLog:     * testsuite/25_algorithms/copy/deb