From: Ghjuvan Lacambre Date: Thu, 1 Oct 2020 09:38:36 +0000 (+0200) Subject: [Ada] Documentation: update -gnatyk description X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ac9ed5cb2659c9a4049dffd58bc120762d140744;p=gcc.git [Ada] Documentation: update -gnatyk description gcc/ada/ * doc/gnat_ugn/building_executable_programs_with_gnat.rst: Update documentation on -gnatyk. * gnat_ugn.texi: Regenerate. --- diff --git a/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst b/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst index 1dec48754c4..e54cca3a0df 100644 --- a/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst +++ b/gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst @@ -4807,7 +4807,8 @@ checks to be performed. The following checks are defined: All keywords must be in lower case (with the exception of keywords such as ``digits`` used as attribute names to which this check - does not apply). + does not apply). A single error is reported for each line breaking + this rule even if multiple casing issues exist on a same line. .. index:: -gnatyl (gcc) diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index 47618f64135..1c73eedc06d 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -21,7 +21,7 @@ @copying @quotation -GNAT User's Guide for Native Platforms , Sep 29, 2020 +GNAT User's Guide for Native Platforms , Nov 19, 2020 AdaCore @@ -13464,7 +13464,8 @@ but not @code{in} on its own. All keywords must be in lower case (with the exception of keywords such as @code{digits} used as attribute names to which this check -does not apply). +does not apply). A single error is reported for each line breaking +this rule even if multiple casing issues exist on a same line. @end table @geindex -gnatyl (gcc)