This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc/gcc ChangeLog c-decl.c c-format.c c-typeck ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	dj@gcc.gnu.org	2005-06-28 19:33:26

Modified files:
	gcc            : ChangeLog c-decl.c c-format.c c-typeck.c 
	                 stor-layout.c tree-cfg.c tree-inline.c 

Log message:
	* c-decl.c (pop_scope): Move warning control into warning call.
	(diagnose_mismatched_decls): Likewise.
	(pushdecl): Likewise.
	(start_decl): Likewise.
	(grokparms): Likewise.
	(start_function): Likewise.
	(store_parm_decls_newstyle): Likewise.
	(store_parm_decls_oldstyle): Likewise.
	(finish_function): Likewise.
	(declspecs_add_scspec): Likewise.
	* c-format.c (decode_format_attr): Likewise.
	(maybe_read_dollar_number): Likewise.
	(avoid_dollar_number): Likewise.
	(finish_dollar_format_checking): Likewise.
	(check_format_info): Likewise.
	(check_format_info_main): Likewise.
	(check_format_types): Likewise.
	(format_type_warning): Likewise.
	* c-typeck.c (function_types_compatible_p): Likewise.
	(build_array_ref): Likewise.
	(convert_arguments): Likewise.
	(build_c_cast): Likewise.
	(store_init_value): Likewise.
	(process_init_element): Likewise.
	(c_start_case): Likewise.
	* stor-layout.c (finalize_record_size): Likewise.
	* tree-cfg.c (execute_warn_function_noreturn): Likewise.
	* tree-inline.c (expand_call_inline): Likewise.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.9258&r2=2.9259
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-decl.c.diff?cvsroot=gcc&r1=1.666&r2=1.667
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-format.c.diff?cvsroot=gcc&r1=1.78&r2=1.79
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/c-typeck.c.diff?cvsroot=gcc&r1=1.460&r2=1.461
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/stor-layout.c.diff?cvsroot=gcc&r1=1.234&r2=1.235
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-cfg.c.diff?cvsroot=gcc&r1=2.206&r2=2.207
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/tree-inline.c.diff?cvsroot=gcc&r1=1.199&r2=1.200


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]