]> git.ipfire.org Git - thirdparty/gcc.git/commit
gcc:
authorghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Jul 2003 01:55:50 +0000 (01:55 +0000)
committerghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Jul 2003 01:55:50 +0000 (01:55 +0000)
commit695790443d9086ea902babc63b12e29e306bd0e6
treed40d3df53a09947e306cecdd4c52164ae5ff60fc
parentbfa20f71a67fa4aedad2885e97021dfd5993bdd0
gcc:
* c-aux-info.c: Include toplev.h after c-tree.h.
* c-common.c: Likewise.
(GCC_DIAG_STYLE): Undef.
* c-semantics.c (GCC_DIAG_STYLE): Define.
* c-tree.h (GCC_DIAG_STYLE): Likewise.
* diagnostic.h (inform): Move prototype to toplev.h.
* jump.c: Include diagnostic.h before toplev.h.
* toplev.h (GCC_DIAG_STYLE, ATTRIBUTE_GCC_DIAG): Define.
(warning, error, fatal_error, pedwarn, sorry, inform,
error_for_asm, warning_for_asm): Mark with ATTRIBUTE_GCC_CXXDIAG.

cp:
* cp-tree.h (GCC_DIAG_STYLE, ATTRIBUTE_GCC_CXXDIAG): Define.
(cp_error_at, cp_warning_at, cp_pedwarn_at): Mark with
ATTRIBUTE_GCC_CXXDIAG.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@68910 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-aux-info.c
gcc/c-common.c
gcc/c-semantics.c
gcc/c-tree.h
gcc/cp/ChangeLog
gcc/cp/cp-tree.h
gcc/diagnostic.h
gcc/jump.c
gcc/toplev.h