From: Tonu Naks <[email protected]>

gcc/ada/ChangeLog:

        * doc/gnat_ugn/building_executable_programs_with_gnat.rst: refine
        description of -gnatwr
        * gnat_ugn.texi: Regenerate.

Tested on x86_64-pc-linux-gnu, committed on master.

---
 .../doc/gnat_ugn/building_executable_programs_with_gnat.rst | 2 +-
 gcc/ada/gnat_ugn.texi                                       | 6 +++---
 2 files changed, 4 insertions(+), 4 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 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
-- 
2.43.0

Reply via email to