This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/10003] gcc -g mis-places low_pc of inlined functions
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Jun 2003 21:51:16 -0000
- Subject: [Bug debug/10003] gcc -g mis-places low_pc of inlined functions
- References: <20030308142601.10003.werner@almesberger.net>
- 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=10003
pinskia@physics.uc.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Last reconfirmed|0000-00-00 00:00:00 |2003-06-07 21:51:16
date| |
------- Additional Comments From pinskia@physics.uc.edu 2003-06-07 21:51 -------
Sill happens on the mainline (20030607). I think the problem is the tree inliner is setting
the line and file for the passing of the variables to be the same as the inlined functions. It
also affects stabs debugging.