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

--- Comment #1 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by kishan parmar <[email protected]>:

https://gcc.gnu.org/g:9f7fbb0d7040ed87cb1415ba4488ff835dd24db6

commit r17-3609-g9f7fbb0d7040ed87cb1415ba4488ff835dd24db6
Author: Kishan Parmar <[email protected]>
Date:   Mon Aug 24 23:35:50 2026 +0530

    rs6000: Fix formatting of -mfuture warning [PR126738]

    The warning for the undocumented -mfuture option is missing the
    terminating '%' characters in the option markup, resulting in malformed
    diagnostics.

    Add the missing '%' characters so that -mfuture and -mcpu=future are
    properly quoted in the warning message.

    2026-08-24  Kishan Parmar  <[email protected]>

    gcc/ChangeLog:
            PR target/126738
            * config/rs6000/rs6000.opt: Fix formatting of the -mfuture warning.
            Co-authored-by: Göran Uddeborg <[email protected]>

Reply via email to