This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/11098] [3.3./3.4 regression] [dwarf2] g++ doesn't emit complete debugging information for local variables in destructors
- From: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Jul 2003 01:04:23 -0000
- Subject: [Bug debug/11098] [3.3./3.4 regression] [dwarf2] g++ doesn't emit complete debugging information for local variables in destructors
- References: <20030605072735.11098.mvanier@cs.caltech.edu>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11098
------- Additional Comments From cvs-commit at gcc dot gnu dot org 2003-07-15 01:04 -------
Subject: Bug 11098
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: mmitchel@gcc.gnu.org 2003-07-15 01:04:21
Modified files:
gcc : ChangeLog integrate.c
Log message:
PR debug/11098
* integrate.c (copy_decl_for_inlining): Do not mark copied decls
as DECL_ABSTRACT.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.502&r2=2.503
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/integrate.c.diff?cvsroot=gcc&r1=1.230&r2=1.231