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

--- Comment #4 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:cb06a507073e4d6218a70a2d5b0738a0487d6d9a

commit r13-7136-gcb06a507073e4d6218a70a2d5b0738a0487d6d9a
Author: Martin Liska <mli...@suse.cz>
Date:   Fri Mar 31 14:28:15 2023 +0200

    driver: drop flag_var_tracking_assignments flag

    The revision r13-259-g76db543db88727 moved a condition from one
    file to another, but now we do not drop x_flag_var_tracking_assignments
    as it was done before the mentioned revision.

            PR driver/108241

    gcc/ChangeLog:

            * opts.cc (finish_options): Drop also
            x_flag_var_tracking_assignments.

    gcc/testsuite/ChangeLog:

            * gcc.dg/pr108241.c: New test.
            * gcc.dg/pr79570.c: Add also -g option.

Reply via email to