This is the mail archive of the gcc-patches@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]

Re: [patch] Fix regression preprocessor/17651, v2


Nathanael Nerode wrote:-

> Per Zack's recommendaton.  Also fixes the bug, in essentially the same way.
> Tested i686-pc-linux-gnu.  OK?
> 
> I don't have a test case because I couldn't figure out how to design an
> appropriate one for the testsuite; there's only one remotely similar test,
> gcc.misc-tests/mg.{c,exp}, and I don't understand how it works.
> 
> I would however welcome a test case.  :-)
> 
> 	PR preprocessor/17651
> 	* c-opts.c (sanitize_cpp_opts): Make flag_no_output imply
> 	flag_no_line_commands.
> 	* c-ppoutput.c (pp_file_change): Remove now-redundant check of
> 	flag_no_output.

OK.

Neil.


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