aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorSandra Loosemore <sloosemore@baylibre.com>2025-04-11 21:16:41 +0000
committerSandra Loosemore <sloosemore@baylibre.com>2025-04-11 21:23:23 +0000
commit93f6ea830348a5a733ecde863cddae80d84bdda0 (patch)
treeba1d97b57a445465e001f86b8009b78850c32b20 /gcc
parent985ae5ae9d76f5ea10996ec7466c4d636840495a (diff)
downloadgcc-93f6ea830348a5a733ecde863cddae80d84bdda0.zip
gcc-93f6ea830348a5a733ecde863cddae80d84bdda0.tar.gz
gcc-93f6ea830348a5a733ecde863cddae80d84bdda0.tar.bz2
Doc: Delete misleading sentence from -frounding-math docs [PR105548]
gcc/ChangeLog PR middle-end/105548 * doc/invoke.texi (Optimize Options): Delete misleading sentence about conversions.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/doc/invoke.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index ffde9df..b9dc3fc 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -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