This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/24444] [4.1 regression] invalid register in debug info
- From: "wilson at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 31 Oct 2005 23:46:01 -0000
- Subject: [Bug debug/24444] [4.1 regression] invalid register in debug info
- References: <bug-24444-50@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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