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

--- Comment #2 from GCC 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:37604edf37b3799e0203ede4dfa60d547322fdfc

commit r15-3748-g37604edf37b3799e0203ede4dfa60d547322fdfc
Author: David Malcolm <dmalc...@redhat.com>
Date:   Fri Sep 20 18:51:55 2024 -0400

    analyzer: remove redundant 'pp' [PR116613]

    diagnostic_manager::emit_saved_diagnostic makes a useless clone
    of global_dc->m_printer; remove it.

    No functional change intended.

    gcc/analyzer/ChangeLog:
            PR other/116613
            * diagnostic-manager.cc
(diagnostic_manager::emit_saved_diagnostic):
            Remove remove redundant 'pp'.

    Signed-off-by: David Malcolm <dmalc...@redhat.com>

Reply via email to