This is the mail archive of the gcc-patches@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]

Re: Format checking patch: unify type checking


  In message <Pine.LNX.4.21.0009152129450.20723-100000@kern.srcf.societies.cam.
ac.uk>you write:
  > This patch rearranges some of the format checking so that all checking
  > of argument types (including width and precision arguments) is done by
  > the same code, split out into a new function.
  > 
  > Bootstrapped with no regressions on i686-pc-linux-gnu.  OK to commit?
  > 
  > 2000-09-15  Joseph S. Myers  <jsm28@cam.ac.uk>
  > 
  > 	* c-common.c (format_wanted_type): New structure.
  > 	(check_format_types): New function.
  > 	(check_format_info): Pass all checking of types of format
  > 	arguments, including width and precision arguments, to this new
  > 	function.
This is fine.  Please install this patch.

Thanks,
jeff


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