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

--- Comment #2 from CVS Commits <cvs-commit at gcc dot gnu.org> ---
The trunk branch has been updated by Nathan Sidwell <nat...@gcc.gnu.org>:

https://gcc.gnu.org/g:97a36b466ba1420210294f0a1dd7002054ba3b7e

commit r14-1004-g97a36b466ba1420210294f0a1dd7002054ba3b7e
Author: Nathan Sidwell <nat...@acm.org>
Date:   Wed May 17 19:27:13 2023 -0400

    Allow plugin dumps

    Defer dump option parsing until plugins are initialized.  This allows one
to
    use plugin names for dumps.

            PR other/99451
            gcc/
            * opts.h (handle_deferred_dump_options): Declare.
            * opts-global.cc (handle_common_deferred_options): Do not handle
            dump options here.
            (handle_deferred_dump_options): New.
            * toplev.cc (toplev::main): Call it after plugin init.

Reply via email to