[PATCH] [libstdc++] [prettyprint] add local std::string use to more tests

2023-03-03 Thread Alexandre Oliva via Gcc-patches
We're getting regressions after ugprading to GDB 13 in a few of the libstdc++ pretty-printing tests. It might seem like a GDB regression, but that update has a new symbol reader, and Tom Tromey says it exposes a latent problem in the pretty-printer, namely, when a name is not defined locally in

Re: [PATCH] [libstdc++] [prettyprint] add local std::string use to more tests

2023-03-03 Thread Jonathan Wakely via Gcc-patches
On Fri, 3 Mar 2023 at 17:50, Alexandre Oliva via Libstdc++ < libstd...@gcc.gnu.org> wrote: > > We're getting regressions after ugprading to GDB 13 in a few of the > libstdc++ pretty-printing tests. It might seem like a GDB regression, > but that update has a new symbol reader, and Tom Tromey says