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-04-28 23:52 -------
My opinion is roughly the same as Daniel's.  The debug info being emitted by gcc
here is fine.

The underlying problem here is that Fred is trying to improve support for
inlined function calls, and the current structure of the debug info emitted by
gcc makes this difficult.  However, Fred pointed me at the dwarf3 docs for
DW_AT_call_file and DW_AT_call_line.  It turns out to be easy to make gcc emit
this extra debug info, and I have written a patch that does so.  This patch does
not fix this PR, but it does make it moot.

-- 


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]