aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@adacore.com>2025-04-01 00:24:12 +0200
committerEric Botcazou <ebotcazou@adacore.com>2025-06-12 13:02:23 +0200
commitea4155a94fe4cafd4fe59789858d7cf040fbdf2e (patch)
treeeb826a4ebb69759141e960dd707bace9f3093fc7 /gcc
parent0bb13865e4a9bc66aa59894150fac5a93ad90564 (diff)
downloadgcc-ea4155a94fe4cafd4fe59789858d7cf040fbdf2e.zip
gcc-ea4155a94fe4cafd4fe59789858d7cf040fbdf2e.tar.gz
gcc-ea4155a94fe4cafd4fe59789858d7cf040fbdf2e.tar.bz2
ada: Small tweak to latest change
gcc/ada/ChangeLog: * doc/gnat_ugn/building_executable_programs_with_gnat.rst (Compiler switches) <-O>: Fix long line. * gnat_ugn.texi: Regenerate.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst3
-rw-r--r--gcc/ada/gnat_ugn.texi5
2 files changed, 3 insertions, 5 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 f5a9b02..4bdd213 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
@@ -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
diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi
index 9690c45..114a891 100644
--- a/gcc/ada/gnat_ugn.texi
+++ b/gcc/ada/gnat_ugn.texi
@@ -10072,7 +10072,7 @@ Library (RTL) ALI files.
@code{n} controls the optimization level:
-@multitable {xxxxxxxxx} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}
+@multitable {xxxxxxxxx} {xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx}
@item
`n'
@@ -10096,8 +10096,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