• zack's avatar
    top level: · 71d9fc9b
    zack authored
    	* c-common.c (declare_function_name): Use func_id_node,
    	function_id_node, and pretty_function_id_node.  Do not make
    	__func__ visible at file scope.
    	* c-common.h (c_tree_index): Add CTI_FUNCTION_ID,
    	CTI_PRETTY_FUNCTION_ID, and CTI_FUNC_ID.
    	(function_id_node, pretty_function_id_node, func_id_node): New
    	macros.
    	* c-decl.c (init_decl_processing): Initialize function_id_node,
    	pretty_function_id_node, and func_id_node.
    	(c_make_fname_decl): Correct comment.
    
    	* tree.h (struct tree_identifier): Constify pointer member.
    
    	* c-decl.c (pushdecl, implicit_decl_warning): Constify a char *.
    	* c-pragma.h (struct weak_syms): Constify name and value members.
    	(add_weak): Constify arguments.
    
    	* calls.c (special_function_p): Constify a char *.
    	(expand_call): Remove variable which is initialized and then
    	never used.
    	* dependence.c (struct def_use, struct induction, struct subscript):
    	Constify 'variable' member.
    	(get_low_bound, have_induction_variable): Constify char * argument.
    	(find_induction_var...
    71d9fc9b
mangle.c 61.8 KB