2005-03-03 Daniel Berlin <dberlin@dbrelin.org>
commit156660d7b49908d2990e04b2bc6a5d04915cfd2c
authordberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Mar 2005 03:08:10 +0000 (4 03:08 +0000)
committerdberlin <dberlin@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Mar 2005 03:08:10 +0000 (4 03:08 +0000)
tree8b30afa78d4a038ac01a473a3fda126b6bbd2757
parent6ce29c48b801ec4621dbd473fc5d2e876c9ad45a
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95872 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-opts.c
gcc/dwarf2out.c
gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2-macro.c [new file with mode: 0644]