This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA] Fix PR gdb/11702, printing of static const member variables
On Mon, 28 Jun 2010 21:09:59 +0200, Jan Kratochvil wrote:
> (c) I guess the (b) rule works even with current GCC output, no special
> compatibility cludge is needed.
for GDB; GCC should stop emitting DW_AT_declaration for better DWARF
correctness (with no other effect) only for DWARF-4+ as it would break
older=current GDBs otherwise.
No patch or testsuite run tried so far.
Regards,
Jan