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]
Other format: [Raw text]

Re: [4.3] wcoercion project (1)


On Tue, 31 Oct 2006, Manuel Lopez-Ibanez wrote:

> True! Sorry, I was nervous, my first patch. So, is this the correct Changelog
> ?
> 
> 
> Manuel Lopez-Ibanez  <lopezibanez@gmail.com>
> 
>       PR c/9072
>       * c.opt: New option Wtraditional-conversion. Update description
> of Wconversion.
>       * c-typeck.c: Warnings for prototypes causing type conversions
> different from what would happen in the absence of prototype are now
> handled by Wtraditional-conversion.
>       * doc/invoke.texi: Document the changes.

The entries should look like

	* file (function): Description.
	(another function): Description.
	* file2 (function): Description.

so giving details by function rather than an overall description for the 
file.  Where you don't have a function, some other reference to the 
location should be available, e.g.

	* c.opt (Wtraditional-conversion): New.
	* doc/invoke.texi (-Wtraditional-conversion): New.
	(-Wconversion): [Description.]

-- 
Joseph S. Myers
joseph@codesourcery.com


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