From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4438 invoked by alias); 5 Jul 2003 15:45:26 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 4431 invoked by uid 48); 5 Jul 2003 15:45:26 -0000 Date: Sat, 05 Jul 2003 15:45:00 -0000 Message-ID: <20030705154526.4430.qmail@sources.redhat.com> From: "pinskia at physics dot uc dot edu" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030605072735.11098.mvanier@cs.caltech.edu> References: <20030605072735.11098.mvanier@cs.caltech.edu> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug c++/11098] [3.3./3.4 regression] [dwarf2] g++ doesn't emit complete debugging information for local variables in destructors X-Bugzilla-Reason: CC X-SW-Source: 2003-07/txt/msg00442.txt.bz2 List-Id: 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 pinskia at physics dot uc dot edu changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |critical Status|UNCONFIRMED |NEW Ever Confirmed| |1 Last reconfirmed|0000-00-00 00:00:00 |2003-07-05 15:45:24 date| | Summary|g++ doesn't emit complete |[3.3./3.4 regression] |debugging information for |[dwarf2] g++ doesn't emit |local variables in |complete debugging |destructors |information for local | |variables in destructors Target Milestone|--- |3.3.1 ------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-05 15:45 ------- With -gstabs, I get the definition, so this is user viewable regression. Also on 2.95.3 with - gdwarf-2 I get the variable printed so this is true regression. I do not get the variable printed in the mainline (20030705).