diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 2005-04-20 16:50:57 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 2005-04-20 16:50:57 -0700 |
commit | 78ecf64c1bfd2104ce836b7ce029f3aebd66ead8 (patch) | |
tree | 6078c767fcfc62b71c77f58c815637bfbcc1b416 | |
parent | 68a813322bd01742d80aed81cd3ed013b054499b (diff) | |
download | gcc-78ecf64c1bfd2104ce836b7ce029f3aebd66ead8.zip gcc-78ecf64c1bfd2104ce836b7ce029f3aebd66ead8.tar.gz gcc-78ecf64c1bfd2104ce836b7ce029f3aebd66ead8.tar.bz2 |
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
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 89f57e8..82ca6cb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2005-04-20 James E Wilson <wilson@specifixinc.com> + + PR c++/20805 + * dwarf2out.c (gen_variable_die): Don't emit a specification if this + is another declaration. + 2005-04-21 Hans-Peter Nilsson <hp@axis.com> * config/cris/predicates.md: New file. |