This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: libstdc++/9828 (was Re: zero-alloc cache)
>I actually see that PR 9828 is still broken on 3.3, even with the
>locale cache scrapped.
Huh. It works for me. (Even if it didn't, this would be fixed in 3.3.1...)
>Ouch! I just tried to look at it in gdb, and I can no longer use gdb
>within the library itself. I was using the approach of rebuilding
>just the library with:
>
>make clean
>make CXXFLAGS=-g3 install
>
>after which i could step into library code. After updating, I can't
>seem to do it anymore.
>
>Anyone else having similar difficulty now?
Usually I use '-g -O0' for CXXFLAGS. I'm using mainline and current
binutils and gdb, and managed to step through this.
-benjamin