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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|middle-end                  |driver
            Summary|[14 Regression] ICE: in     |ICE: in
                   |common_handle_option, at    |common_handle_option, at
                   |opts.cc:3356 with           |opts.cc:3356 with
                   |-fno-multiflags             |-fno-multiflags

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
https://gcc.gnu.org/pipermail/gcc-patches/2022-June/597419.html


Looks a missing rejects negative and it should not be passed from the driver to
cc1 either.

Maybe the rejects negative will fix the issue in general.


Oh this was added in gcc 13 and not just 14; maybe just ice checking.

Reply via email to