This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug middle-end/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: 14 Jun 2003 16:29:29 -0000
- Subject: [Bug middle-end/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
----------------------------------------------------------------------------
Component|debug |middle-end
------- Additional Comments From pinskia@physics.uc.edu 2003-06-14 16:29 -------
I am moving this to middle-end because it a tree-inliner problem. It looks like the
initializers' line is set to the begining line of the function that is being inlined.
>From the comment in tree-inline.c this looks intenational but who knows:
/* Expand any inlined calls in the initializers. Do this before we
push FN on the stack of functions we are inlining; we want to
inline calls to FN that appear in the initializers for the
parameters. */