This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/13365] [3.3/3.4 Regression] Missing DWARF line info for empty function
- From: "janis187 at us dot ibm dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Dec 2003 20:00:33 -0000
- Subject: [Bug debug/13365] [3.3/3.4 Regression] Missing DWARF line info for empty function
- References: <20031209043225.13365.fnf@ninemoons.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From janis187 at us dot ibm dot com 2003-12-23 20:00 -------
The regression in PR 13365 was introduced or exposed on mainline with
this patch:
Sat Feb 22 12:42:16 CET 2003 Jan Hubicka <jh@suse.cz>
* c-decl.c (c_expand_body_1): Fix.
and on the 3.3-branch with:
2003-06-12 Jakub Jelinek <jakub@redhat.com>
* c-decl.c (c_expand_body): Save input_filename and lineno,
set it before tree inlining and restore before return.
The regression hunts took place on i686-pc-linux-gnu using the
submitter's test case compiled with -g.
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |jakub at redhat dot com, jh
| |at suse dot cz
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13365