driver: do not check file existence here [PR 98452]
authorNathan Sidwell <nathan@acm.org>
Tue, 19 Jan 2021 19:43:15 +0000 (11:43 -0800)
committerNathan Sidwell <nathan@acm.org>
Fri, 22 Jan 2021 12:56:11 +0000 (04:56 -0800)
commit4804de453e7f5f90dd5e64114abbd272f9e8f62d
tree02574e3afc415618ac937401e062ac98753d0960
parent8bad25eb56bd16f3482f856a75b1c1ae5cfe1c4f
driver: do not check file existence here [PR 98452]

The driver checks whether OPT_SPECIAL_input_file options are readable.
There's no need, the compiler proper will do that anyway.

gcc/
* gcc.c (process_command): Don't check OPT_SPECIAL_input_file
existence here.
gcc/gcc.c