This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [patch] Workaround buggy GCC PR 47510 produced code
- From: Tom Tromey <tromey at redhat dot com>
- To: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 14 Apr 2011 14:54:36 -0600
- Subject: Re: [patch] Workaround buggy GCC PR 47510 produced code
- References: <20110411203029.GA8106@host1.jankratochvil.net>
>>>>> "Jan" == Jan Kratochvil <jan.kratochvil@redhat.com> writes:
Jan> The proposed patch could make false warnings if any code out there
Jan> has DW_TAG_typedef with children, it does not check for specific
Jan> GCC versions. Still such DWARF is invalid, although in such case
Jan> complaint() would be more appropriate than warning(). Does it make
Jan> sense to differentiate it?
If there is no specific reason to use warning, I think you should use
complaint.
Tom