From: Jim Wilson Date: Wed, 20 Apr 2005 23:50:57 +0000 (-0700) Subject: Avoid emitting bogus debug info that confuses gdb. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=78ecf64c1bfd2104ce836b7ce029f3aebd66ead8;p=gcc.git Avoid emitting bogus debug info that confuses gdb. PR c++/20805 * dwarf2out.c (gen_variable_die): Don't emit a specification if this is another declaration. From-SVN: r98472 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 89f57e8298d..82ca6cb44f5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2005-04-20 James E Wilson + + PR c++/20805 + * dwarf2out.c (gen_variable_die): Don't emit a specification if this + is another declaration. + 2005-04-21 Hans-Peter Nilsson * config/cris/predicates.md: New file.