]> git.ipfire.org Git - thirdparty/gcc.git/commit
* objc/objc-act.c (warn_with_ivar): Adjust calls to
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Jun 2002 23:11:34 +0000 (23:11 +0000)
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 Jun 2002 23:11:34 +0000 (23:11 +0000)
commita787dd05ab6a396e9a10603460ff8512df56bae6
tree78d7bd65c43f7bf23d766026f9d3611afa6983e8
parent55e5ddb45e327fd26667511d6b04a4246cb37a9d
* objc/objc-act.c (warn_with_ivar): Adjust calls to
diagnostic_count_error.
(warn_with_method): Likewise.

* diagnostic.h (warnings_are_errors_message): New field of
diagnostic_context.
(diagnostic_count_error): Rename to
diagnostic_count_diagnostic to
match semantics.
* diagnostic.c: Adjust calls to diagnostic_count_error through
out.
(diagnostic_count_diagnostic): Make aware of other kinds of
diagnostics.
(diagnostic_initialize): Initialize
warnings_are_errors_message field.

f/
2002-06-12  Gabriel Dos Reis  <gdr@codesourcery.com>

    * bad.c (ffebad_start_): Adjust calls to
              diagnostic_count_error.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54532 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/diagnostic.c
gcc/diagnostic.h
gcc/f/ChangeLog
gcc/f/bad.c
gcc/objc/objc-act.c