]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
doc: Spell compile time without dash when a noun master trunk
authorGerald Pfeifer <gerald@pfeifer.com>
Sat, 20 Jun 2026 11:48:15 +0000 (13:48 +0200)
committerGerald Pfeifer <gerald@pfeifer.com>
Sat, 20 Jun 2026 11:49:32 +0000 (13:49 +0200)
gcc:
* doc/extend.texi (Integer Overflow Builtins): Spell compile time
without dash when a noun.
* doc/invoke.texi (Warning Options): Ditto.
* doc/passes.texi (Tree SSA passes): Ditto.
* doc/rtl.texi (Conversions): Ditto.

gcc/doc/extend.texi
gcc/doc/invoke.texi
gcc/doc/passes.texi
gcc/doc/rtl.texi

index ad2eb95eb54ac80420aaf2f794e28abc818fb7bd..4d57c003dc4fd42eafbcc1b51289039cec06db59 100644 (file)
@@ -16330,7 +16330,7 @@ precision and signedness of the given bit-field, rather than precision and signe
 of the underlying type.
 
 For example, the following macro can be used to portably check, at
 of the underlying type.
 
 For example, the following macro can be used to portably check, at
-compile-time, whether or not adding two constant integers will overflow,
+compile time, whether or not adding two constant integers will overflow,
 and perform the addition only when it is known to be safe and not to trigger
 a @option{-Woverflow} warning.
 
 and perform the addition only when it is known to be safe and not to trigger
 a @option{-Woverflow} warning.
 
index 42379329bf87090f326a3dabdbf30b627a7557e2..76fae1da0bb38dfbc55e999907391451a25884be 100644 (file)
@@ -7405,7 +7405,7 @@ requires an unsigned argument and the argument is signed and vice versa.
 Warn about calls to formatted input/output functions such as @code{snprintf}
 and @code{vsnprintf} that might result in output truncation.  When the exact
 number of bytes written by a format directive cannot be determined at
 Warn about calls to formatted input/output functions such as @code{snprintf}
 and @code{vsnprintf} that might result in output truncation.  When the exact
 number of bytes written by a format directive cannot be determined at
-compile-time it is estimated based on heuristics that depend on
+compile time it is estimated based on heuristics that depend on
 the @var{level} argument and on optimization.  While enabling optimization
 will in most cases improve the accuracy of the warning, it may also result
 in false positives.  Except as noted otherwise, the option uses the same
 the @var{level} argument and on optimization.  While enabling optimization
 will in most cases improve the accuracy of the warning, it may also result
 in false positives.  Except as noted otherwise, the option uses the same
index f8e6c7c71a9cc40b4a877de75575c358aac26b3b..a5bbbbcd97e6c00787e92433e797b5e752095305 100644 (file)
@@ -796,7 +796,7 @@ pass is located in @code{tree-nrv.cc} and is described by
 
 This is a propagation pass similar to CCP that tries to remove calls to
 @code{__builtin_object_size} when the upper or lower bound for the size
 
 This is a propagation pass similar to CCP that tries to remove calls to
 @code{__builtin_object_size} when the upper or lower bound for the size
-of the object can be computed at compile-time.  It also tries to replace
+of the object can be computed at compile time.  It also tries to replace
 calls to @code{__builtin_dynamic_object_size} with an expression that
 evaluates the upper or lower bound for the size of the object.  This
 pass is located in @file{tree-object-size.cc} and is described by
 calls to @code{__builtin_dynamic_object_size} with an expression that
 evaluates the upper or lower bound for the size of the object.  This
 pass is located in @file{tree-object-size.cc} and is described by
index 6cf6a6ef4b4a279702909285b99ed181c00cad98..f606b97389f4a46a88df4c5be56c3170729fd199 100644 (file)
@@ -2996,7 +2996,7 @@ to do it.
 
 For all conversion operations, @var{x} must not be @code{VOIDmode}
 because the mode in which to do the conversion would not be known.
 
 For all conversion operations, @var{x} must not be @code{VOIDmode}
 because the mode in which to do the conversion would not be known.
-The conversion must either be done at compile-time or @var{x}
+The conversion must either be done at compile time or @var{x}
 must be placed into a register.
 
 @table @code
 must be placed into a register.
 
 @table @code