r238517 - in /trunk/gcc: ChangeLog c-family/Cha...

dmalcolm@gcc.gnu.org dmalcolm@gcc.gnu.org
Wed Jul 20 13:42:00 GMT 2016


Author: dmalcolm
Date: Wed Jul 20 13:42:51 2016
New Revision: 238517

URL: https://gcc.gnu.org/viewcvs?rev=238517&root=gcc&view=rev
Log:
C: convert return type of lookup_name_fuzzy from tree to const char *

gcc/c-family/ChangeLog:
	* c-common.h (lookup_name_fuzzy): Convert return type from tree to
	const char *.

gcc/c/ChangeLog:
	* c-decl.c (implicit_decl_warning): Update for conversion of
	return type of lookup_name_fuzzy to const char *.
	(undeclared_variable): Likewise.
	(lookup_name_fuzzy): Convert return type from tree to
	const char *.
	* c-parser.c (c_parser_declaration_or_fndef): Update for
	conversion of return type of lookup_name_fuzzy to const char *.
	(c_parser_parameter_declaration): Likewise.

gcc/ChangeLog:
	* gcc-rich-location.c
	(gcc_rich_location::add_fixit_misspelled_id): New overload, taking
	a const char *.
	* gcc-rich-location.h
	(gcc_rich_location::add_fixit_misspelled_id): Likewise.


Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-common.h
    trunk/gcc/c/ChangeLog
    trunk/gcc/c/c-decl.c
    trunk/gcc/c/c-parser.c
    trunk/gcc/gcc-rich-location.c
    trunk/gcc/gcc-rich-location.h



More information about the Gcc-cvs mailing list