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/20403] dwarf-3: DW_MACINFO_define - wrong lineno fields for predefined macros


------- Additional Comments From dberlin at gcc dot gnu dot org  2005-03-10 14:01 -------
This is technically correct.
In 4.0 we are still off by a  single line, we claim it to be line 1 when it
should be 0.
We also will output them after the main file starts (this is because of the
order of CPP processing).
However, this is an incredibly minor bug.

-- 


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


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