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/20967] g++ generates same DW_AT_ranges info for two different functions


------- Additional Comments From wilson at gcc dot gnu dot org  2005-07-26 23:51 -------
The problem reported here is not a bug.  There is nothing wrong with having two
different functions with the same DW_AT_ranges info.

The underlying problem that prompted this bug report, insufficient debug info
for inlined function calls, has been fixed by adding a patch to emit
DW_AT_call_file and DW_AT_call_line info.  The final patch has one additional
bug fix over the one attached here, so take the one on the gcc-patches list if
you need it.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED


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


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