re PR debug/20253 (Macro debug info broken due to lexer change)
authorDaniel Berlin <dberlin@dberlin.org>
Fri, 4 Mar 2005 03:08:10 +0000 (03:08 +0000)
committerDaniel Berlin <dberlin@gcc.gnu.org>
Fri, 4 Mar 2005 03:08:10 +0000 (03:08 +0000)
commit3c0d102013cd6e7c5414efe07623ae014e476f8a
tree8b30afa78d4a038ac01a473a3fda126b6bbd2757
parent9bdae6af0e9d0e9825c5df7b3754f9d815a657f9
re PR debug/20253 (Macro debug info broken due to lexer change)

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.

From-SVN: r95872
gcc/ChangeLog
gcc/c-opts.c
gcc/dwarf2out.c
gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2-macro.c [new file with mode: 0644]