OSDN Git Service

PR preprocessor/48248
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Mar 2011 20:30:06 +0000 (20:30 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 29 Mar 2011 20:30:06 +0000 (20:30 +0000)
commit0d6afd28da26c4b09e1eb2b16d7a3c021fae7372
tree8b679d554520f21e5a055496a61aa192473afcb1
parent4af193055b0dcc204387ba06e11a053c5b55ad15
PR preprocessor/48248
* c-ppoutput.c (print): Add src_file field.
(init_pp_output): Initialize it.
(maybe_print_line): Don't optimize by adding up to 8 newlines
if map->to_file and print.src_file are different file.
(print_line): Update print.src_file.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@171697 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/c-family/ChangeLog
gcc/c-family/c-ppoutput.c