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

--- Comment #4 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Andrew Pinski <pins...@gcc.gnu.org>:

https://gcc.gnu.org/g:c4e5789cede6974b6483c0f82069ff80b5a547e4

commit r14-9434-gc4e5789cede6974b6483c0f82069ff80b5a547e4
Author: Andrew Pinski <quic_apin...@quicinc.com>
Date:   Mon Mar 11 17:40:08 2024 -0700

    Reject -fno-multiflags [PR114314]

    When -fmultiflags option support was added in r13-3693-g6b1a2474f9e422,
    it accidently allowed -fno-multiflags which then would pass on to cc1.
    This fixes that oversight.

    Committed as obvious after bootstrap/test on x86_64-linux-gnu.

    gcc/ChangeLog:

            PR driver/114314
            * common.opt (fmultiflags): Add RejectNegative.

    Signed-off-by: Andrew Pinski <quic_apin...@quicinc.com>

Reply via email to