OSDN Git Service

Fix problem reported by Dan Berlin on gcc list.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Apr 2004 06:07:27 +0000 (06:07 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Apr 2004 06:07:27 +0000 (06:07 +0000)
commit75d034d9a8243052965e32e7d48fff5b3a31385c
tree259e4e2b6f1db319564423c1ce431cd891460cf8
parent616d4baf35ad7b3f482877d2b001fdd49388d83d
Fix problem reported by Dan Berlin on gcc list.
* c-opt.c (c_common_post_options): If this_input_filename is NULL,
increment errorcount and return false instead of true.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@80678 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-opts.c