r278634 - in /trunk/gcc: c-family/ChangeLog c-f...
jakub@gcc.gnu.org
jakub@gcc.gnu.org
Fri Nov 22 21:45:00 GMT 2019
Author: jakub
Date: Fri Nov 22 21:45:27 2019
New Revision: 278634
URL: https://gcc.gnu.org/viewcvs?rev=278634&root=gcc&view=rev
Log:
PR c/90677
* c-common.h (identifier_global_tag): Declare.
* c-format.c (get_pointer_to_named_type): Renamed to ...
(get_named_type): ... this. Use identifier_global_tag instead of
identifier_global_value, handle the return value being a TYPE_P.
(init_dynamic_diag_info): Adjust get_pointer_to_named_type callers
to call get_named_type instead. Formatting fixes.
c/
* c-decl.c (identifier_global_tag): Define.
cp/
* cp-objcp-common.c (identifier_global_tag): Define.
testsuite/
* c-c++-common/pr90677.c: New test.
Added:
trunk/gcc/testsuite/c-c++-common/pr90677.c
Modified:
trunk/gcc/c-family/ChangeLog
trunk/gcc/c-family/c-common.h
trunk/gcc/c-family/c-format.c
trunk/gcc/c/ChangeLog
trunk/gcc/c/c-decl.c
trunk/gcc/cp/ChangeLog
trunk/gcc/cp/cp-objcp-common.c
trunk/gcc/testsuite/ChangeLog
More information about the Gcc-cvs
mailing list