diff options
author | Viljar Indus <indus@adacore.com> | 2024-04-02 13:48:55 +0300 |
---|---|---|
committer | Marc Poulhiès <poulhies@adacore.com> | 2024-05-21 09:26:46 +0200 |
commit | 01cb6e1338be45a8dd08dd8eb260477b7e8120a6 (patch) | |
tree | 4a5d90f21444641ac9c161a8736ab225bdb40555 /gcc/ada/doc/gnat_ugn | |
parent | a311db8758b573494211735412f0228f4efe120d (diff) | |
download | gcc-01cb6e1338be45a8dd08dd8eb260477b7e8120a6.zip gcc-01cb6e1338be45a8dd08dd8eb260477b7e8120a6.tar.gz gcc-01cb6e1338be45a8dd08dd8eb260477b7e8120a6.tar.bz2 |
ada: Update documentation of warning messages
Update the documentation of warning messages that only
emit info messages to clearly reflect that they only emit
info messages and not warning messages.
gcc/ada/
* doc/gnat_ugn/building_executable_programs_with_gnat.rst:
Update the documentation of -gnatw.n and -gnatw.l
* gnat_ugn.texi: Regenerate.
Diffstat (limited to 'gcc/ada/doc/gnat_ugn')
-rw-r--r-- | gcc/ada/doc/gnat_ugn/building_executable_programs_with_gnat.rst | 14 |
1 files changed, 7 insertions, 7 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 21e277d..2f63d02 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 @@ -3415,7 +3415,7 @@ of the pragma in the :title:`GNAT_Reference_manual`). .. index:: -gnatw.l (gcc) :switch:`-gnatw.l` - *List inherited aspects.* + *List inherited aspects as info messages.* This switch causes the compiler to list inherited invariants, preconditions, and postconditions from Type_Invariant'Class, Invariant'Class, @@ -3425,7 +3425,7 @@ of the pragma in the :title:`GNAT_Reference_manual`). .. index:: -gnatw.L (gcc) :switch:`-gnatw.L` - *Suppress listing of inherited aspects.* + *Suppress listing of inherited aspects as info messages.* This switch suppresses listing of inherited aspects. @@ -3495,20 +3495,20 @@ of the pragma in the :title:`GNAT_Reference_manual`). .. index:: Atomic Synchronization, warnings :switch:`-gnatw.n` - *Activate warnings on atomic synchronization.* + *Activate info messages on atomic synchronization.* - This switch actives warnings when an access to an atomic variable + This switch activates info messages when an access to an atomic variable requires the generation of atomic synchronization code. These - warnings are off by default. + info messages are off by default. .. index:: -gnatw.N (gcc) :switch:`-gnatw.N` - *Suppress warnings on atomic synchronization.* + *Suppress info messages on atomic synchronization.* .. index:: Atomic Synchronization, warnings - This switch suppresses warnings when an access to an atomic variable + This switch suppresses info messages when an access to an atomic variable requires the generation of atomic synchronization code. |