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: Add support for CLZERO ISA


On Wed, 25 Nov 2015, Stepanyan, Victoria wrote:

> --- gcc_original/gcc/doc/invoke.texi	2015-10-28 09:11:35.755612785 -0500
> +++ gcc-10-27-15/gcc/doc/invoke.texi	2015-10-28 05:04:32.543441760 -0500
> @@ -310,7 +310,7 @@
>  -fsanitize=@var{style} -fsanitize-recover -fsanitize-recover=@var{style} @gol
>  -fasan-shadow-offset=@var{number} -fsanitize-sections=@var{s1},@var{s2},... @gol
>  -fsanitize-undefined-trap-on-error @gol
> --fcheck-pointer-bounds -fchecking -fchkp-check-incomplete-type @gol
> +-fcheck-pointer-bounds -fchkp-check-incomplete-type @gol
>  -fchkp-first-field-has-own-bounds -fchkp-narrow-bounds @gol
>  -fchkp-narrow-to-innermost-array -fchkp-optimize @gol
>  -fchkp-use-fast-string-functions -fchkp-use-nochk-string-functions @gol

> @@ -6145,12 +6145,6 @@
>  functions for controlling the Pointer Bounds Checker.  @xref{Pointer
>  Bounds Checker builtins}, for more information.
>  
> -@item -fchecking
> -@opindex fchecking
> -@opindex fno-checking
> -Enable internal consistency checking.  The default depends on
> -the compiler configuration.
> -

That seems wrong.  Why are you removing documentation of an unrelated 
option?

-- 
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]