This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e69492e4258 diagnostics: show an extra line of context in line-insertio [...] new 5fe20025f58 Less verbose fix-it hints for missing header files (PR 87091)
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 | 28 ++++++++++ gcc/c-family/ChangeLog | 20 +++++++ gcc/c-family/c-common.c | 43 +++++++++++++-- gcc/c-family/c-common.h | 2 +- gcc/c-family/c-format.c | 2 +- gcc/c-family/c-warn.c | 2 +- gcc/c-family/known-headers.cc | 2 +- gcc/c/ChangeLog | 9 ++++ gcc/c/c-decl.c | 2 +- gcc/c/c-objc-common.c | 3 +- gcc/cp/ChangeLog | 17 ++++++ gcc/cp/decl.c | 10 ++-- gcc/cp/error.c | 2 +- gcc/cp/name-lookup.c | 2 +- gcc/cp/parser.c | 6 +-- gcc/cp/pt.c | 2 +- gcc/cp/rtti.c | 2 +- gcc/diagnostic-show-locus.c | 63 ++++++++++++---------- gcc/fortran/ChangeLog | 6 +++ gcc/fortran/error.c | 2 +- gcc/gcc-rich-location.c | 2 +- gcc/pretty-print.c | 5 +- gcc/pretty-print.h | 3 +- gcc/substring-locations.c | 2 +- gcc/testsuite/ChangeLog | 13 +++++ .../cpp1y/testinc/phoobhar.h => gcc.dg/empty.h} | 0 gcc/testsuite/gcc.dg/fixits-pr84852-1.c | 5 +- gcc/testsuite/gcc.dg/fixits-pr84852-2.c | 5 +- gcc/testsuite/gcc.dg/missing-header-fixit-3.c | 9 ++-- gcc/testsuite/gcc.dg/missing-header-fixit-4.c | 23 ++++++++ .../plugin/diagnostic_plugin_test_show_locus.c | 37 +++++++------ gcc/tree-diagnostic.c | 2 +- gcc/tree-pretty-print.c | 2 +- libcpp/ChangeLog | 16 ++++++ libcpp/include/line-map.h | 60 ++++++++++++++++----- libcpp/line-map.c | 15 +++--- 36 files changed, 316 insertions(+), 108 deletions(-) copy gcc/testsuite/{g++.dg/cpp1y/testinc/phoobhar.h => gcc.dg/empty.h} (100%) create mode 100644 gcc/testsuite/gcc.dg/missing-header-fixit-4.c