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: "cvs-commit at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Sep 2003 23:09:19 -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 cvs-commit at gcc dot gnu dot org 2003-09-29 23:09 -------
Subject: Bug 12319
CVSROOT: /cvs/gcc
Module name: gcc
Changes by: carlo@gcc.gnu.org 2003-09-29 23:09:13
Modified files:
gcc : ChangeLog cfglayout.c
Log message:
PR debug/12319
* cfglayout.c (insn_scope): Use prologue_locator and
epilogue_locator; return the outer function scope for
pro- and epilogue insns.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.1222&r2=2.1223
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/cfglayout.c.diff?cvsroot=gcc&r1=1.46&r2=1.47