Re: [PATCH 1/2] libstdc++: Fix pretty printer tests of tuple indexes

2022-09-06 Thread Jonathan Wakely via Gcc-patches
On Tue, 6 Sept 2022 at 02:07, Will Hawkins wrote: > > Confirming that patch 1 of 2 *does* fix the failing tests here (x86-64). > > Will > > PS: Please tell me if emails like this are helpful or not. Just trying to > help! Thanks. I wasn't even seeing the failing tests, due to errors from GDB: D

Re: [PATCH 1/2] libstdc++: Fix pretty printer tests of tuple indexes

2022-09-05 Thread Will Hawkins
Confirming that patch 1 of 2 *does* fix the failing tests here (x86-64). Will PS: Please tell me if emails like this are helpful or not. Just trying to help! On Sun, Sep 4, 2022 at 2:48 PM Philipp Fent via Libstdc++ wrote: > > Signed-off-by: Philipp Fent > --- > libstdc++-v3/testsuite/libstdc

[PATCH 1/2] libstdc++: Fix pretty printer tests of tuple indexes

2022-09-04 Thread Philipp Fent via Gcc-patches
Signed-off-by: Philipp Fent --- libstdc++-v3/testsuite/libstdc++-prettyprinters/48362.cc | 2 +- libstdc++-v3/testsuite/libstdc++-prettyprinters/cxx11.cc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libstdc++-v3/testsuite/libstdc++-prettyprinters/48362.cc b/libstdc++-