This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/20403] dwarf-3: DW_MACINFO_define - wrong lineno fields for predefined macros
- From: "dberlin at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 10 Mar 2005 14:01:49 -0000
- Subject: [Bug debug/20403] dwarf-3: DW_MACINFO_define - wrong lineno fields for predefined macros
- References: <20050310130906.20403.niva@niisi.msk.ru>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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