]> git.ipfire.org Git - thirdparty/gcc.git/commit
diagnostics: make diagnostic_context::m_abort_on_error private
authorDavid Malcolm <dmalcolm@redhat.com>
Mon, 28 Apr 2025 22:21:18 +0000 (18:21 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Mon, 28 Apr 2025 22:21:18 +0000 (18:21 -0400)
commit0c5b98be0806e275685a2803c49a695328f5dd8b
tree46d05f39811cc50355d63988aae090332d3dcb2d
parenta25818cd302a77ab2ca3b27c32702b9b163d65f7
diagnostics: make diagnostic_context::m_abort_on_error private

No functional change intended.

gcc/ChangeLog:
* diagnostic.h (diagnostic_context::set_abort_on_error): New.
(diagnostic_context::m_abort_on_error): Make private.
(diagnostic_abort_on_error): Delete.
* opts.cc (setup_core_dumping): Update for above changes.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
gcc/diagnostic.h
gcc/opts.cc