public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-3753] [Ada] Regenerate gnat_ugn.texi
@ 2021-09-21 15:28 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2021-09-21 15:28 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:f6ccb788f29ce79af3a5dad0bd96f0db98a5c028

commit r12-3753-gf6ccb788f29ce79af3a5dad0bd96f0db98a5c028
Author: Eric Botcazou <ebotcazou@adacore.com>
Date:   Fri Jul 9 17:53:12 2021 +0200

    [Ada] Regenerate gnat_ugn.texi
    
    gcc/ada/
    
            * gnat_ugn.texi: Regenerate.

Diff:
---
 gcc/ada/gnat_ugn.texi | 17 ++++++++++-------
 1 file changed, 10 insertions(+), 7 deletions(-)

diff --git a/gcc/ada/gnat_ugn.texi b/gcc/ada/gnat_ugn.texi
index 713a66212ad..9919cad9b88 100644
--- a/gcc/ada/gnat_ugn.texi
+++ b/gcc/ada/gnat_ugn.texi
@@ -21,7 +21,7 @@
 
 @copying
 @quotation
-GNAT User's Guide for Native Platforms , Jun 23, 2021
+GNAT User's Guide for Native Platforms , Aug 03, 2021
 
 AdaCore
 
@@ -12633,8 +12633,8 @@ See @ref{e6,,Static Stack Usage Analysis} for details.
 This switch enables most warnings from the GCC back end.
 The code generator detects a number of warning situations that are missed
 by the GNAT front end, and this switch can be used to activate them.
-The use of this switch also sets the default front end warning mode to
-@code{-gnatwa}, that is, most front end warnings activated as well.
+The use of this switch also sets the default front-end warning mode to
+@code{-gnatwa}, that is, most front-end warnings are activated as well.
 @end table
 
 @geindex -w (gcc)
@@ -12645,8 +12645,8 @@ The use of this switch also sets the default front end warning mode to
 @item @code{-w}
 
 Conversely, this switch suppresses warnings from the GCC back end.
-The use of this switch also sets the default front end warning mode to
-@code{-gnatws}, that is, front end warnings suppressed as well.
+The use of this switch also sets the default front-end warning mode to
+@code{-gnatws}, that is, front-end warnings are suppressed as well.
 @end table
 
 @geindex -Werror (gcc)
@@ -12659,6 +12659,9 @@ The use of this switch also sets the default front end warning mode to
 This switch causes warnings from the GCC back end to be treated as
 errors.  The warning string still appears, but the warning messages are
 counted as errors, and prevent the generation of an object file.
+The use of this switch also sets the default front-end warning mode to
+@code{-gnatwe}, that is, front-end warning messages and style check
+messages are treated as errors as well.
 @end table
 
 A string of warning parameters can be used in the same parameter. For example:
@@ -23100,9 +23103,9 @@ calling convention. All convention specifiers are ignored on this
 platform.
 
 When a subprogram @code{F} (caller) calls a subprogram @code{G}
-(callee), there are several ways to push @code{G}’s parameters on the
+(callee), there are several ways to push @code{G}‘s parameters on the
 stack and there are several possible scenarios to clean up the stack
-upon @code{G}’s return. A calling convention is an agreed upon software
+upon @code{G}‘s return. A calling convention is an agreed upon software
 protocol whereby the responsibilities between the caller (@code{F}) and
 the callee (@code{G}) are clearly defined. Several calling conventions
 are available for Windows:


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-09-21 15:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-21 15:28 [gcc r12-3753] [Ada] Regenerate gnat_ugn.texi Pierre-Marie de Rodat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).