From 78ecf64c1bfd2104ce836b7ce029f3aebd66ead8 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Wed, 20 Apr 2005 16:50:57 -0700 Subject: [PATCH] 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 --- gcc/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) 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. -- 2.30.2