This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu/gnu-master-arm-bootstrap_ubsan in repository toolchain/ci/gcc.
from f8884b9c51f gcov: Fix use of profile info section adds e4d306cf706 c++tools, configury: Configure with C++; test checking stat [...] adds 8edb6142050 libstdc++: Make __gnu_cxx::sequence_buffer move-aware [PR101542] adds b937dbf2577 Adjust macro to avoid warning [PR101379]. adds c2b15fe27e6 Fortran: ICE, OOM while calculating sizes of derived type a [...] adds 7aa28dbc371 x86: Remove OPTION_MASK_ISA_SSE4_2 from CRC32 _builtin functions adds 005054e48e2 rs6000: Main function with stubs for parsing and output adds c2d777d6f3a rs6000: Parsing built-in input file, part 1 of 3 adds 3c51b62bb8f rs6000: Parsing built-in input file, part 2 of 3 adds 63c334f286e rs6000: Parsing built-in input file, part 3 of 3 adds 582b56dfd02 rs6000: Parsing of overload input file adds 04ef43c7b35 rs6000: Build and store function type identifiers adds 86e5e4c9371 rs6000: Write output to the builtin definition include file adds 89c0330163f rs6000: Write output to the builtins header file adds ef9af12d241 rs6000: Write output to the builtins init file, part 1 of 3 adds d3f5a1418b4 rs6000: Write output to the builtins init file, part 2 of 3 adds 133aa7e54f7 rs6000: Add int128 target check to pr101129.c (PR101531) adds e279e32243c Fix typos in a comment. adds dcdf6bb24e5 analyzer: tweak dumping of min_expr/max_expr adds 81703584769 analyzer: show BB index in BEFORE_SUPERNODE's in-edge adds 6bbad96cd44 analyzer: fixes to -fdump-analyzer-state-purge for phi nodes adds e0a7a6752da analyzer: fix issues with phi handling
No new revisions were added by this update.
Summary of changes: c++tools/config.h.in | 3 + c++tools/configure | 761 ++---------- c++tools/configure.ac | 31 + c++tools/server.cc | 28 + gcc/analyzer/program-point.cc | 11 +- gcc/analyzer/region-model.cc | 18 +- gcc/analyzer/region-model.h | 1 + gcc/analyzer/state-purge.cc | 106 +- gcc/analyzer/state-purge.h | 4 + gcc/analyzer/supergraph.cc | 11 +- gcc/analyzer/supergraph.h | 1 + gcc/analyzer/svalue.cc | 39 +- gcc/config/i386/i386-builtin.def | 8 +- gcc/config/rs6000/rs6000-gen-builtins.c | 1793 +++++++++++++++++++++++++++ gcc/fortran/target-memory.c | 3 + gcc/fortran/trans-types.c | 4 +- gcc/testsuite/gcc.dg/analyzer/explode-2.c | 2 +- gcc/testsuite/gcc.dg/analyzer/explode-2a.c | 2 +- gcc/testsuite/gcc.dg/analyzer/phi-2.c | 27 + gcc/testsuite/gcc.target/i386/crc32-6.c | 13 + gcc/testsuite/gcc.target/powerpc/pr101129.c | 1 + gcc/testsuite/gfortran.dg/pr101514.f90 | 35 + gcc/tree-ssa-alias.c | 6 +- libatomic/config/linux/arm/host-config.h | 8 +- libstdc++-v3/include/ext/rope | 9 +- libstdc++-v3/testsuite/ext/rope/101542.cc | 27 + 26 files changed, 2229 insertions(+), 723 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/analyzer/phi-2.c create mode 100644 gcc/testsuite/gcc.target/i386/crc32-6.c create mode 100644 gcc/testsuite/gfortran.dg/pr101514.f90 create mode 100644 libstdc++-v3/testsuite/ext/rope/101542.cc