]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ada: Small tweak to latest change
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 31 Mar 2025 22:24:12 +0000 (00:24 +0200)
committerMarc Poulhiès <dkm@gcc.gnu.org>
Thu, 12 Jun 2025 08:37:52 +0000 (10:37 +0200)
gcc/ada/ChangeLog:

* doc/gnat_ugn/building_executable_programs_with_gnat.rst (Compiler
switches) <-O>: Fix long line.
* gnat_ugn.texi: Regenerate.

gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst
gcc/ada/gnat_ugn.texi

index 94e38efadfd1d635cfd64a547be34ba020764bb1..b99eba7537cb9ca2aaf784c1ed51ca5815448927 100644 (file)
@@ -2261,8 +2261,7 @@ Alphabetical List of All Switches
   ------- ------------------------------------------------------------------
   *0*      No optimization, the default setting if no :switch:`-O` appears.
   *1*      Moderate optimization, same as :switch:`-O` without an operand.
-           A good compromise between quality of generated code and compilation
-           time.
+           A good compromise between code quality and compilation time.
   *2*      Extensive optimization, should improve execution time, possibly at
            the cost of substantially increased compilation time.
   *3*      Full optimization, may further improve execution time, possibly at
index ad47780fdd4d0fa60e55f16155b33cb9be6ed85b..639708bffc6b42adac99a4af4ec3dd0cc7989bcf 100644 (file)
@@ -10076,7 +10076,7 @@ Library (RTL) ALI files.
 @code{n} controls the optimization level:
 
 
-@multitable {xxxxxxxxx} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
+@multitable {xxxxxxxxx} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx} 
 @item
 
 `n'
@@ -10100,8 +10100,7 @@ No optimization, the default setting if no @code{-O} appears.
 @tab
 
 Moderate optimization, same as @code{-O} without an operand.
-A good compromise between quality of generated code and compilation
-time.
+A good compromise between code quality and compilation time.
 
 @item