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

--- Comment #7 from GCC Commits <cvs-commit at gcc dot gnu.org> ---
The releases/gcc-14 branch has been updated by Gaius Mulley
<ga...@gcc.gnu.org>:

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

commit r14-11310-g9c38d0a79caef1909df9f51ec8d17c5f8cfecabd
Author: Gaius Mulley <gaiusm...@gmail.com>
Date:   Fri Feb 14 19:17:02 2025 +0000

    [PATCH] PR modula2/118761: gm2 driver doesnt behave as gcc for -fhelp=BLA

    This patch enables the gm2 driver to handle -fsyntax-only
-fhelp=optimizers,
    for example, correctly without terminating with gm2: fatal error:
    no input files.

    gcc/m2/ChangeLog:

            PR modula2/118761
            * gm2spec.cc (lang_specific_driver): Add case clauses for
            OPT__help, OPT__help_ set in_added_libraries to 0 and early
            return.

    (cherry picked from commit 3c5422e719d1fbabccaa9b63605171ea8bdfe57e)

    Signed-off-by: Gaius Mulley <gaiusm...@gmail.com>

Reply via email to