This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d6868b28437 [PATCH v2] RISC-V: Fix gcc.target/riscv/rvv/base/cpymem-1.c f3 new d1d3c17258a diagnostics: fix memory leak of m_option_mgr new a91569d47d6 diagnostics: use std::move in output_factory::handler ctor new da9772be0ce diagnostics: add class lazy_diagnostic_path
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/Makefile.in | 1 + gcc/diagnostic.cc | 3 + gcc/lazy-diagnostic-path.cc | 233 ++++++++++++++++++++++++++++++++++++++++++++ gcc/lazy-diagnostic-path.h | 58 +++++++++++ gcc/opts-diagnostic.cc | 2 +- gcc/selftest-diagnostic.cc | 2 + gcc/selftest-run-tests.cc | 1 + gcc/selftest.h | 1 + 8 files changed, 300 insertions(+), 1 deletion(-) create mode 100644 gcc/lazy-diagnostic-path.cc create mode 100644 gcc/lazy-diagnostic-path.h