https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122243
--- Comment #75 from GCC Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Sandra Loosemore <[email protected]>: https://gcc.gnu.org/g:2973b1881cf34b447e00c4fbec451a7389dabedf commit r16-7025-g2973b1881cf34b447e00c4fbec451a7389dabedf Author: Sandra Loosemore <[email protected]> Date: Sat Jan 10 01:04:56 2026 +0000 doc: Fix various option documentation problems [PR122243] This patch fixes a number of minor problems I found after my initial pass through the options documentation; a few options still missing documentation, options documented but missing entries in the index or option summary, options whose names were misspelled in either the main entry, option summary, or index, etc. gcc/ChangeLog PR other/122243 * doc/cppdiropts.texi: Document -imultiarch. * doc/invoke.texi (Option Summary) <Optimization Options>: Add -flto-toplevel-asm-heuristics. <Program Instrumentation Options>: Remove -fbounds-check. <Directory Options>: Add -imultiarch. <ARC Options>: Add -mbitops, -mcmem, -munaligned-access. <ARM Options>: Add -mvectorize-with-neon-quad and -mvectorize-with-neon-double. <AVR Options>: Add -mrmw and -mstrict-X. <CRIS Options>: Fix typo in -mmax-stackframe. <Cygwin and MinGW Options>: Add -muse-libstdc-wrappers. <M680x0 Options>: Add several missing CPU options, plus -mxtls. <MIPS Options>: Add -mno-data-in-code and -mcode-xonly. <MMIX Options>: Add mset-data-start, -mset-program-start, and -mno-set-program-start. <Nvidia PTX Options>: Add -msoft-stack-reserve-local. <RS/6000 and PowerPC Options>: Add -mprofile-kernel, -mbit-word, -mno-splat-word-constant, -mno-splat-float-constant, -mno-ieee128-constant, and -mno-warn-altivec-long. (Optimization Options): Document -flto-toplevel-asm-heuristics. (ARC Options): Document -mbitops and -mcmem. (ARM Options): Add index entries for mbe32, m[no-]fix-cortex-a57-aes-1742098, m[no-]fix-cortex-a72-aes-1655431. Document -mvectorize-with-neon-quad and -mvectorize-with-neon-double. (AVR Options): Document -mpmem-wrap-around. (CRIS Options): Fix typo in -mmax-stackframe. (Cygwin and MinGW Options): Document -muse-libstdc-wrappers. (DEC Alpha Options): Fix typo in -mfp-regs. (eBPF Options): Add @opindex for -mframe-limit. (HPPA Options): Fix typos in -mno-disable-fpregs and -mno-gas index entries. (m680x0 Options): Document -m68302, -m68332, -m68851, and -mfidoa. Document -mnoshort and -mnortd aliases. Document -mxtls. (MCore Options): Fix typos in -m[no-]relax-immediates. (MIPS Options): Document -mno-data-in-code and -mcode-xonly. (MMIX Options): Document -mset-data-start, -mset-program-start, and -mno-set-program-start. (Nvidia PTX Options): Document -msoft-stack-reserve-local. (RS/6000 and PowerPC Options): Document -mprofile-kernel, -mbit-word, -msplat-word-constant, -msplat-float-constant, -mieee128-constant, and -mwarn-altivec-long. (SH Options): Add index entry for -m2e. Document -m4-400.
