This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_bootstrap/master-aarch64-bootstrap in repository toolchain/ci/gcc.
from 43a5d46feab analyzer: Impose recursion limit on indirect calls. adds 3ac6b5cff1e diagnostics: Support for -finput-charset [PR93067] new bb24717e504 Make xxsplti*, xpermx, xxeval be vecperm type. new 5c85f295376 Merge load/stores in ipa-modref summaries
The 2 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/c-family/c-opts.c | 13 ++ gcc/config/rs6000/vsx.md | 26 +-- gcc/coretypes.h | 1 + gcc/d/d-lang.cc | 19 ++ gcc/diagnostic.c | 11 + gcc/diagnostic.h | 19 ++ gcc/doc/invoke.texi | 4 + gcc/fortran/cpp.c | 6 + gcc/input.c | 100 +++++++-- gcc/input.h | 10 + gcc/ipa-modref-tree.c | 44 ++-- gcc/ipa-modref-tree.h | 247 ++++++++++++++++++++-- gcc/ipa-modref.c | 80 ++++--- gcc/params.opt | 4 + gcc/testsuite/gcc.dg/diagnostic-input-charset-1.c | 17 ++ gcc/testsuite/gcc.dg/diagnostic-input-utf8-bom.c | 14 ++ gcc/testsuite/gcc.dg/ipa/modref-1.c | 8 +- gcc/testsuite/gcc.dg/tree-ssa/modref-4.c | 8 +- gcc/testsuite/gcc.dg/tree-ssa/modref-8.c | 25 +++ libcpp/charset.c | 109 +++++++--- libcpp/files.c | 56 +++-- libcpp/include/cpplib.h | 18 ++ 22 files changed, 690 insertions(+), 149 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/diagnostic-input-charset-1.c create mode 100644 gcc/testsuite/gcc.dg/diagnostic-input-utf8-bom.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-8.c