]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Doc: Delete misleading sentence from -frounding-math docs [PR105548]
authorSandra Loosemore <sloosemore@baylibre.com>
Fri, 11 Apr 2025 21:16:41 +0000 (21:16 +0000)
committerSandra Loosemore <sloosemore@baylibre.com>
Fri, 11 Apr 2025 21:23:23 +0000 (21:23 +0000)
gcc/ChangeLog
PR middle-end/105548
* doc/invoke.texi (Optimize Options): Delete misleading sentence
about conversions.

gcc/doc/invoke.texi

index ffde9df85fd34ca495743e2a4918c4493f5db471..b9dc3fc7ccdf604e26b1f041e5565e51c0d9eb29 100644 (file)
@@ -15505,9 +15505,8 @@ default state for @code{FENV_ACCESS}.
 @opindex frounding-math
 @item -frounding-math
 Disable transformations and optimizations that assume default floating-point
-rounding behavior.  This is round-to-zero for all floating point
-to integer conversions, and round-to-nearest for all other arithmetic
-truncations.  This option should be specified for programs that change
+rounding behavior (round-to-nearest).
+This option should be specified for programs that change
 the FP rounding mode dynamically, or that may be executed with a
 non-default rounding mode.  This option disables constant folding of
 floating-point expressions at compile time (which may be affected by