http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48248
--- Comment #7 from Jakub Jelinek <jakub at gcc dot gnu.org> 2011-03-29 20:30:14 UTC --- Author: jakub Date: Tue Mar 29 20:30:06 2011 New Revision: 171697 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171697 Log: 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. Modified: branches/gcc-4_6-branch/gcc/c-family/ChangeLog branches/gcc-4_6-branch/gcc/c-family/c-ppoutput.c