This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug debug/29792] DWARF: Not all inline concrete instances are being generated



------- Comment #5 from acme at mandriva dot com  2006-11-12 20:39 -------
(In reply to comment #4)
> The only thing left from __task_rq_lock is a label.

<SNIP>

> task_cpu were inlined and we constant proped the value of rq the first of the
> way through the function which we inlined this to.

OK, I thought that this was due to something like what you described, even not
knowing that much about gcc internals, but I thought that even in this case the
DW_TAG_inlined_subroutine would be emitted, or hoped to as it would allow me to
do what I want with my tools :-\


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29792


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]