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

--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by David Malcolm <dmalc...@gcc.gnu.org>:

https://gcc.gnu.org/g:79e1a6fb9babb34dfcb99964c37d3c4f8bb619ca

commit r12-8119-g79e1a6fb9babb34dfcb99964c37d3c4f8bb619ca
Author: Antoni Boucher <boua...@zoho.com>
Date:   Tue Apr 12 17:23:18 2022 -0400

    libgccjit: Add function to hide stderr logs [PR104073]

    gcc/jit/
            PR jit/104073
            * docs/_build/texinfo/libgccjit.texi: Regenerate.
            * docs/topics/compatibility.rst (LIBGCCJIT_ABI_23): New ABI tag.
            * docs/topics/contexts.rst: Add documentation for the new
            function gcc_jit_context_set_bool_print_errors_to_stderr.
            * jit-common.h: New enum value
            (INNER_BOOL_OPTION_PRINT_ERRORS_TO_STDERR).
            * jit-recording.cc: Handle the new option
            INNER_BOOL_OPTION_PRINT_ERRORS_TO_STDERR.
            * libgccjit.cc: New function
            (gcc_jit_context_set_bool_print_errors_to_stderr).
            * libgccjit.h: New function
            (gcc_jit_context_set_bool_print_errors_to_stderr).
            * libgccjit.map (LIBGCCJIT_ABI_23): New ABI tag.

Reply via email to