This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 8310896 PR c++/70105: Defer location expansion until diagnostic_show_locus new c24757c PR c++/70105: prevent nonsensical underline spew for macro ex [...]
The 1 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/ChangeLog | 7 ++ gcc/diagnostic-show-locus.c | 89 +++++++++++++++++++++- gcc/testsuite/ChangeLog | 8 ++ gcc/testsuite/g++.dg/diagnostic/pr70105.C | 43 +++++++++++ .../gcc.dg/plugin/diagnostic-test-expressions-1.c | 36 +++++++++ libcpp/ChangeLog | 10 +++ libcpp/include/line-map.h | 8 ++ libcpp/line-map.c | 2 - 8 files changed, 199 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/diagnostic/pr70105.C