https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89915

--- Comment #7 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:6399530c3b11a3106c80277e648656f06edcd8d3

commit r16-7286-g6399530c3b11a3106c80277e648656f06edcd8d3
Author: Sandra Loosemore <[email protected]>
Date:   Sun Feb 1 19:27:39 2026 +0000

    doc: Remove references to parameters in user documentation [PR123245]
[PR89915]

    We shouldn't point users at specific parameters that control GCC
    behavior since those are explicitly internal GCC interfaces subject to
    incompatible changes or removal.  This patch removes all such
    references in the GCC user manual, either by replacing them with more
    user-centric language, vague references to parameters generally, or
    just removing the text as being unhelpful.

    gcc/ChangeLog
            PR target/123245
            PR translation/89915
            * doc/invoke.texi (Warning Options): Remove discussion of
parameters
            from -Winterference-size documentation.
            (Static Analyzer Options): Ditto for -Wanalyzer-symbol-too-complex,
            the list of things the analyzer has specific knowledge of, and
            -fanalyzer-call-summaries.
            (Optimize Options): Ditto for -finline-limit and fipa-cp-clone.
            (Instrumentation Options): Likewise for -fsanitize=kernel-hwaddress
            and -fharden-control-flow-redundancy.
            (C++ Compiled Module Interface): Likewise for discussion of limits
            on number of open files.

Reply via email to