r173384 - in /trunk/gcc/c-family: ChangeLog c-c...

froydnj@gcc.gnu.org froydnj@gcc.gnu.org
Wed May 4 17:08:00 GMT 2011


Author: froydnj
Date: Wed May  4 17:08:04 2011
New Revision: 173384

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=173384
Log:
don't use TYPE_ARG_TYPES in c-family/
	* c-common.c (check_main_parameter_types): Reindent.  Don't use
	TYPE_ARG_TYPES directly.
	(handle_nonnull_attribute): Likewise.
	(sync_resolve_params): Likewise.
	* c-format.c (handle_format_arg_attribute): Likewise.  Adjust call
	to check_format_string.
	(handle_format_attribute): Likewise.
	(check_format_string): Take a function type to examine instead of
	a type list.  Use a function_arg_iterator to step through argument
	types.

Modified:
    trunk/gcc/c-family/ChangeLog
    trunk/gcc/c-family/c-common.c
    trunk/gcc/c-family/c-format.c



More information about the Gcc-cvs mailing list