This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/12319] Wrong DW_AT_low_pc and DW_AT_high_pc for DW_TAG_inlined_subroutine
- From: "carlo at alinoe dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Sep 2003 16:36:51 -0000
- Subject: [Bug debug/12319] Wrong DW_AT_low_pc and DW_AT_high_pc for DW_TAG_inlined_subroutine
- References: <20030917182929.12319.carlo@alinoe.com>
- 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=12319
------- Additional Comments From carlo at alinoe dot com 2003-09-20 16:36 -------
Created an attachment (id=4788)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=4788&action=view)
Patch for PR 12319
I tested this patch, it works great.
I'll have a closer look to PR 10003 now because
that is at least related - and maybe a duplicate
anyway (although wrongly formulated, which is
why I thought it was not a duplicate).