* Makefile.in (c-common.o): Depend on diagnostic.h.
commite0bc5413a640e88da968397f6292c21e39e0d44a
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Sep 2000 03:26:11 +0000 (19 03:26 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 19 Sep 2000 03:26:11 +0000 (19 03:26 +0000)
treebea5d273a641ed7dce8b14e7877a7f9c20e1ab85
parent5e0e5c5e16ea6956d90bef7f09da2e31c9147440
* Makefile.in (c-common.o): Depend on diagnostic.h.

* c-common.c: Include diagnostic.h.
(tfaff): Delete.
(status_warning): New function.
(check_format_info, maybe_read_dollar_number, check_format_types,
finish_dollar_format_checking, check_function_format): Accept a
`status' parameter.  All callers changed.

* c-common.h (check_function_format): Accept a `status' parameter.

* c-typeck.c: Update call to `check_function_format'.

cp:
* cp-tree.h (check_function_format): Accept a `status' parameter.

* call.c, typeck.c: Updates calls to `check_function_format'.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@36524 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/c-common.c
gcc/c-common.h
gcc/c-typeck.c
gcc/cp/ChangeLog
gcc/cp/call.c
gcc/cp/cp-tree.h
gcc/cp/typeck.c