This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gcc_check/master-arm in repository toolchain/ci/gcc.
from 407eaad25f4 Fortran/openmp: Add support for 2 argument num_teams clause adds abdff441a07 diagnostic: fix unused variable 'def_tabstop' [PR103129] adds 494bdadf28d Enable pure-const discovery in modref. adds dc002e31fb2 Fix gfortran.dg/inline_matmul_17.f90 template. adds ef0e100f587 libstdc++: Remove public std::vector<bool>::data() member adds 083fd73202f libstdc++: Make pmr::memory_resource::allocate implicitly c [...] adds 7846156274d compiler: traverse func subexprs when creating func descriptors adds 8a8458ac6bb rs6000: Fix test_mffsl.c to require Power9 support adds a7753db4a7c Remove loop crossing restriction from the backward threader. adds 53b3edceab9 Make ranger optional in path_range_query. adds 4a407d358e2 libstdc++: Fix debug containers for C++98 mode
No new revisions were added by this update.
Summary of changes: gcc/diagnostic-show-locus.c | 2 +- gcc/gimple-range-path.cc | 43 +++-- gcc/gimple-range-path.h | 9 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 57 ++++-- gcc/go/gofrontend/expressions.h | 8 + gcc/go/gofrontend/gogo.cc | 5 + gcc/ipa-modref.c | 85 +++++++-- gcc/ipa-pure-const.c | 233 ++++++++++++------------- gcc/ipa-utils.h | 2 + gcc/passes.def | 2 +- gcc/testsuite/c-c++-common/tm/inline-asm.c | 2 +- gcc/testsuite/g++.dg/ipa/modref-1.C | 4 +- gcc/testsuite/gcc.dg/tree-ssa/modref-11.c | 2 +- gcc/testsuite/gcc.dg/tree-ssa/modref-14.c | 16 ++ gcc/testsuite/gcc.dg/tree-ssa/modref-8.c | 2 +- gcc/testsuite/gcc.target/powerpc/test_mffsl.c | 3 +- gcc/testsuite/gfortran.dg/do_subscript_3.f90 | 1 + gcc/testsuite/gfortran.dg/inline_matmul_17.f90 | 2 +- gcc/tree-ssa-loop-ch.c | 4 +- gcc/tree-ssa-threadbackward.c | 41 +---- libstdc++-v3/include/bits/stl_bvector.h | 22 ++- libstdc++-v3/include/debug/deque | 10 +- libstdc++-v3/include/debug/list | 10 +- libstdc++-v3/include/debug/map.h | 10 +- libstdc++-v3/include/debug/multimap.h | 10 +- libstdc++-v3/include/debug/multiset.h | 10 +- libstdc++-v3/include/debug/set.h | 10 +- libstdc++-v3/include/debug/string | 10 +- libstdc++-v3/include/debug/vector | 23 +-- libstdc++-v3/include/std/memory_resource | 3 +- 31 files changed, 341 insertions(+), 302 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/modref-14.c