This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/40573] DWARF for inlined subroutines refers to the outlined copy
- From: "drow at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Jun 2009 14:21:04 -0000
- Subject: [Bug debug/40573] DWARF for inlined subroutines refers to the outlined copy
- References: <bug-40573-3264@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from drow at gcc dot gnu dot org 2009-06-30 14:21 -------
(In reply to comment #3)
> Hmm, I tought GCC was doing the same thing for years. So we need
> abstract function for each inline?
Why? I think we each inlined copy (and the outlined copy) to refer to the one
abstract copy. The problem is the links from the inlined copies to the
outlined copy.
Meanwhile I'll try to work around this in GDB.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40573