https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78970
--- Comment #15 from Martin Liška <marxin at gcc dot gnu.org> --- Author: marxin Date: Tue Jan 10 14:10:15 2017 New Revision: 244270 URL: https://gcc.gnu.org/viewcvs?rev=244270&root=gcc&view=rev Log: Do not error when -E provided (PR pch/78970). 2017-01-10 Martin Liska <mli...@suse.cz> Backport from mainline 2017-01-09 Martin Liska <mli...@suse.cz> PR pch/78970 * gcc.c (driver_handle_option): Handle OPT_E and set have_E. (lookup_compiler): Do not show error message with have_E. Modified: branches/gcc-6-branch/gcc/ChangeLog branches/gcc-6-branch/gcc/gcc.c