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

--- Comment #15 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Martin Liska <mar...@gcc.gnu.org>:

https://gcc.gnu.org/g:8e836af61b7027c0819da62c12a8d18b7c46f3fc

commit r12-5824-g8e836af61b7027c0819da62c12a8d18b7c46f3fc
Author: Martin Liska <mli...@suse.cz>
Date:   Mon Nov 29 14:46:47 2021 +0100

    Fix --help -Q output

            PR middle-end/103438

    gcc/ChangeLog:

            * config/s390/s390.c (s390_valid_target_attribute_inner_p):
            Use new enum CLVC_INTEGER.
            * opt-functions.awk: Use new CLVC_INTEGER.
            * opts-common.c (set_option): Likewise.
            (option_enabled): Return -1,0,1 for CLVC_INTEGER.
            (get_option_state): Use new CLVC_INTEGER.
            (control_warning_option): Likewise.
            * opts.h (enum cl_var_type): Likewise.

Reply via email to