diff options
| author | Eric Botcazou <ebotcazou@adacore.com> | 2025-11-21 13:02:35 +0100 |
|---|---|---|
| committer | Eric Botcazou <ebotcazou@adacore.com> | 2025-11-21 13:04:15 +0100 |
| commit | 8cc3be323c986b73e4e7f9c45c24658c8338f36c (patch) | |
| tree | 85add814eee2b641f6c5d65077aee10416d5944d | |
| parent | 66cd2774b0f388915ed5fa473c76f8f0fd37d5ae (diff) | |
Aarch64: Fix pasto in user manual
gcc/
* doc/invoke.texi (Optimize Options) <-fmalloc-dce>: Remove
trailing space.
(AArch64 Options) <-march>: Fix pasto.
| -rw-r--r-- | gcc/doc/invoke.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 60e740529b7..b1e6d703702 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -16334,7 +16334,7 @@ as a parameter of @code{free} call or compared with @code{NULL}. If with @option{-fmalloc-dce=2} also comparisons with @code{NULL} pointer are considered safe to remove. -The default is @option{-fmalloc-dce=2}. See also @option{-fallocation-dce}. +The default is @option{-fmalloc-dce=2}. See also @option{-fallocation-dce}. @opindex fmove-loop-invariants @item -fmove-loop-invariants @@ -22665,7 +22665,7 @@ and the features that they enable by default: @item @samp{armv9.2-a} @tab Armv9.2-A @tab @samp{armv9.1-a}, @samp{+wfxt}, @samp{+xs} @item @samp{armv9.3-a} @tab Armv9.3-A @tab @samp{armv9.2-a}, @samp{+mops} @item @samp{armv9.4-a} @tab Armv9.4-A @tab @samp{armv9.3-a}, @samp{+sve2p1} -@item @samp{armv9.5-a} @tab Armv9.4-A @tab @samp{armv9.4-a}, @samp{cpa}, @samp{+faminmax}, @samp{+lut} +@item @samp{armv9.5-a} @tab Armv9.5-A @tab @samp{armv9.4-a}, @samp{cpa}, @samp{+faminmax}, @samp{+lut} @item @samp{armv8-r} @tab Armv8-R @tab @samp{armv8-r} @end multitable |
