From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21600 invoked by alias); 5 Jul 2003 16:35:31 -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 21592 invoked by uid 48); 5 Jul 2003 16:35:31 -0000 Date: Sat, 05 Jul 2003 16:35:00 -0000 Message-ID: <20030705163531.21591.qmail@sources.redhat.com> From: "pinskia at physics dot uc dot edu" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20030319222600.10156.peter.thompson@etnus.com> References: <20030319222600.10156.peter.thompson@etnus.com> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug debug/10156] [3.3/3.4 Regression] g++ 3.2 fails to emit debug location info for a local variable inside a class constructor X-Bugzilla-Reason: CC X-SW-Source: 2003-07/txt/msg00450.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=10156 pinskia at physics dot uc dot edu changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed|2003-06-02 01:30:36 |2003-07-05 16:35:31 date| | Summary|g++ 3.2 fails to emit debug |[3.3/3.4 Regression] g++ 3.2 |location info for a local |fails to emit debug location |variable inside a class |info for a local variable |constructor |inside a class constructor Target Milestone|--- |3.3.1 ------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-05 16:35 ------- Most likely the same bug as bug 11098 which is for destructors. Also in 2.95.3, I can print out the variable i (compiled with -gdwarf-2) so this is a regression.