From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9355 invoked by alias); 31 Oct 2005 23:46:04 -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 9343 invoked by uid 48); 31 Oct 2005 23:46:01 -0000 Date: Mon, 31 Oct 2005 23:46:00 -0000 Message-ID: <20051031234601.9341.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug debug/24444] [4.1 regression] invalid register in debug info In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "wilson at gcc dot gnu dot org" X-SW-Source: 2005-10/txt/msg04210.txt.bz2 List-Id: ------- Comment #7 from wilson at gcc dot gnu dot org 2005-10-31 23:46 ------- This is partially fixed. The debug info is correct enough to make the gdb testsuite happy, but we are lacking correct info for the frame_base in the prologue and epilogue. That used to be computed by code in var-tracking.c, but that code was removed. As Richard mentioned, we can probably get full frame base info back by using a hook. I have left that for a later patch. Since the remaining problem is not serious, I am changing the target milestone to 4.2. -- wilson at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|unassigned at gcc dot gnu |wilson at gcc dot gnu dot |dot org |org Status|NEW |ASSIGNED Last reconfirmed|2005-10-19 23:34:35 |2005-10-31 23:46:00 date| | Target Milestone|4.1.0 |4.2.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24444