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/20253] [3.4/4.0/4.1 regression]: Macro debug info broken due to lexer change


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-03-04 03:08 -------
Subject: Bug 20253

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	dberlin@gcc.gnu.org	2005-03-04 03:08:11

Modified files:
	gcc            : ChangeLog c-opts.c dwarf2out.c 
Added files:
	gcc/testsuite/gcc.dg/debug/dwarf2: dwarf2-macro.c 

Log message:
	2005-03-03  Daniel Berlin <dberlin@dbrelin.org>
	
	Fix PR debug/20253
	
	* c-opts.c (c_common_parse_file): Call start_source_file
	and end_source_file at the approriate times.
	
	* dwarf2out.c (dwarf2out_finish): Don't auto-end
	the main file, it will be done for us now.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.7659&r2=2.7660
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-opts.c.diff?cvsroot=gcc&r1=1.136&r2=1.137
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dwarf2out.c.diff?cvsroot=gcc&r1=1.570&r2=1.571
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2-macro.c.diff?cvsroot=gcc&r1=NONE&r2=1.1



-- 


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


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