From: Tonu Naks Date: Thu, 18 Sep 2025 07:18:08 +0000 (+0300) Subject: ada: Refine documentation of -gnatwr X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f4baa41b6c8d7044797d5b942098cca79efd21e;p=thirdparty%2Fgcc.git ada: Refine documentation of -gnatwr gcc/ada/ChangeLog: * doc/gnat_ugn/building_executable_programs_with_gnat.rst: refine description of -gnatwr * 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 80f81a87ffb..9893c5b7727 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 @@ -3755,7 +3755,7 @@ of the pragma in the :title:`GNAT_Reference_manual`). * Assignment of an item to itself. - * Type conversion that converts an expression to its own type. + * Type conversion that converts an expression to its own subtype. * Use of the attribute ``Base`` where ``typ'Base`` is the same as ``typ``. diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi index c92aaadd3b4..86b2cbc5d3f 100644 --- a/gcc/ada/gnat_ugn.texi +++ b/gcc/ada/gnat_ugn.texi @@ -19,7 +19,7 @@ @copying @quotation -GNAT User's Guide for Native Platforms , Sep 29, 2025 +GNAT User's Guide for Native Platforms , Oct 06, 2025 AdaCore @@ -12181,7 +12181,7 @@ is the current list of constructs regarded as redundant: Assignment of an item to itself. @item -Type conversion that converts an expression to its own type. +Type conversion that converts an expression to its own subtype. @item Use of the attribute @code{Base} where @code{typ'Base} is the same @@ -30333,8 +30333,8 @@ to permit their use in free software. @printindex ge -@anchor{d2}@w{ } @anchor{gnat_ugn/gnat_utility_programs switches-related-to-project-files}@w{ } +@anchor{d2}@w{ } @c %**end of body @bye