This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/23618] GCC seems to generate line number information for the same line in two places
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Aug 2005 12:40:50 -0000
- Subject: [Bug debug/23618] GCC seems to generate line number information for the same line in two places
- References: <20050829085712.23618.tommi.hoynalanmaa@iki.fi>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-29 12:40 -------
Fixed for 4.0.0:
MyFunc:
.LFB2:
.file 1 "debugtest1.c"
.loc 1 5 0
pushl %ebp
.LCFI0:
movl %esp, %ebp
.LCFI1:
.loc 1 6 0
popl %ebp
ret
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Component|c |debug
Resolution| |FIXED
Target Milestone|--- |4.0.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23618