From cef8055d74532525ab53b4a751de4cdc66e93a2a Mon Sep 17 00:00:00 2001 From: wilson Date: Wed, 20 Apr 2005 23:50:57 +0000 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98472 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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.11.0