documentation patch for params.def
Daniel Berlin
dberlin@dberlin.org
Wed Jul 27 20:15:00 GMT 2005
On Wed, 2005-07-27 at 15:50 -0400, Kenneth Zadeck wrote:
> The current comments are just wrong.
>
You should commit this as obvious
>
> Index: params.def
> ===================================================================
> RCS file: /cvs/gcc/gcc/gcc/params.def,v
> retrieving revision 1.62
> diff -u -p -r1.62 params.def
> --- params.def 2 Jul 2005 13:18:25 -0000 1.62
> +++ params.def 27 Jul 2005 19:47:54 -0000
> @@ -22,7 +22,7 @@ Software Foundation, 51 Franklin Street,
> */
>
> /* This file contains definitions for language-independent
> - parameters. The DEFPARAM macro takes 4 arguments:
> + parameters. The DEFPARAM macro takes 6 arguments:
>
> - The enumeral corresponding to this parameter.
>
> @@ -33,6 +33,11 @@ Software Foundation, 51 Franklin Street,
>
> - A default value for the parameter.
>
> + - The minimun acceptable value for the parameter.
> +
> + - The maximun acceptable value for the parameter (if greater than
> + the minimum).
> +
> Be sure to add an entry to invoke.texi summarizing the parameter. */
>
> /* The maximum number of fields in a variable with only implicit uses
>
More information about the Gcc-patches
mailing list