This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 49610463f5b PR middle-end/81824 - Warn for missing attributes with func [...] new be1e72839b6 Eliminate source_location in favor of location_t
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 | 34 +++ gcc/builtins.c | 14 +- gcc/c-family/ChangeLog | 8 + gcc/c-family/c-common.c | 14 +- gcc/c-family/c-lex.c | 6 +- gcc/c-family/c-opts.c | 2 +- gcc/c-family/c-ppoutput.c | 50 ++-- gcc/c/ChangeLog | 7 + gcc/c/c-decl.c | 10 +- gcc/c/c-tree.h | 12 +- gcc/c/c-typeck.c | 6 +- gcc/c/gimple-parser.c | 2 +- gcc/cp/ChangeLog | 9 + gcc/cp/call.c | 6 +- gcc/cp/cp-tree.h | 6 +- gcc/cp/cvt.c | 2 +- gcc/cp/decl.c | 4 +- gcc/cp/name-lookup.c | 2 +- gcc/cp/parser.c | 4 +- gcc/cp/typeck.c | 2 +- gcc/diagnostic-show-locus.c | 4 +- gcc/diagnostic.c | 4 +- gcc/dumpfile.c | 6 +- gcc/fortran/ChangeLog | 5 + gcc/fortran/cpp.c | 40 +-- gcc/fortran/gfortran.h | 2 +- gcc/gcc-rich-location.h | 2 +- gcc/genmatch.c | 62 ++--- gcc/gimple.h | 6 +- gcc/gimplify.c | 2 +- gcc/go/ChangeLog | 8 + gcc/go/go-gcc-diagnostics.cc | 8 +- gcc/go/go-gcc.cc | 8 +- gcc/go/go-linemap.cc | 2 +- gcc/go/go-location.h | 6 +- gcc/go/gofrontend/README | 2 +- gcc/input.c | 84 +++--- gcc/input.h | 18 +- gcc/jit/ChangeLog | 4 + gcc/jit/jit-playback.c | 4 +- gcc/jit/jit-playback.h | 2 +- gcc/omp-expand.c | 4 +- gcc/selftest.h | 2 +- gcc/substring-locations.h | 14 +- gcc/testsuite/ChangeLog | 6 + gcc/testsuite/g++.dg/plugin/comment_plugin.c | 2 +- .../plugin/diagnostic_plugin_test_show_locus.c | 8 +- gcc/tree-cfg.c | 2 +- gcc/tree-cfgcleanup.c | 4 +- gcc/tree-diagnostic.c | 10 +- gcc/tree-into-ssa.c | 2 +- gcc/tree-outof-ssa.c | 28 +- gcc/tree-parloops.c | 4 +- gcc/tree-phinodes.c | 2 +- gcc/tree-phinodes.h | 2 +- gcc/tree-ssa-loop-ivopts.c | 2 +- gcc/tree-ssa-loop-manip.c | 2 +- gcc/tree-ssa-phiopt.c | 8 +- gcc/tree-ssa-phiprop.c | 2 +- gcc/tree-ssa-threadupdate.c | 6 +- gcc/tree-ssa.c | 4 +- gcc/tree-ssa.h | 6 +- gcc/tree-vect-loop-manip.c | 2 +- libcc1/ChangeLog | 7 + libcc1/libcc1plugin.cc | 12 +- libcc1/libcp1plugin.cc | 32 +-- libcpp/ChangeLog | 20 ++ libcpp/charset.c | 2 +- libcpp/directives-only.c | 2 +- libcpp/directives.c | 30 +-- libcpp/errors.c | 16 +- libcpp/expr.c | 14 +- libcpp/files.c | 32 +-- libcpp/include/cpplib.h | 54 ++-- libcpp/include/line-map.h | 224 ++++++++-------- libcpp/init.c | 2 +- libcpp/internal.h | 40 +-- libcpp/lex.c | 8 +- libcpp/line-map.c | 296 ++++++++++----------- libcpp/location-example.txt | 36 +-- libcpp/macro.c | 138 +++++----- libcpp/pch.c | 4 +- libcpp/traditional.c | 4 +- 83 files changed, 840 insertions(+), 734 deletions(-)