This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA 13/22] Remove unnecessary cleanup from stabsread.c
>>>>> "Tom" == Tom Tromey <tom@tromey.com> writes:
Tom> This removes an unnecessary cleanup from stabsread.c. It's
Tom> unnecessary because nothing between the cleanup creation and use makes
Tom> a cleanup.
I think this turns out to be incorrect, because read_struct_type calls
some functions that leave dangling cleanups. So, I'm dropping this
patch from the series.
Tom