From ac9ed5cb2659c9a4049dffd58bc120762d140744 Mon Sep 17 00:00:00 2001 From: Ghjuvan Lacambre Date: Thu, 1 Oct 2020 11:38:36 +0200 Subject: [PATCH] [Ada] Documentation: update -gnatyk description gcc/ada/ * doc/gnat_ugn/building_executable_programs_with_gnat.rst: Update documentation on -gnatyk. * gnat_ugn.texi: Regenerate. --- gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst | 3 ++- gcc/ada/gnat_ugn.texi | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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 1dec487..e54cca3 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 47618f6..1c73eed 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) -- 2.7.4