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-aarch64 in repository toolchain/ci/gcc.
from 1815462a6e5 libstdc++: Skip tests that fail for the versioned namespace adds 2c16eb3157f openmp: Add support for inoutset depend-kind adds ebe5dace8c3 gcn/t-omp-device: Add 'amdgcn' as 'arch' [PR105602] adds 61fe7b7d463 libgomp.texi: Document OpenMP context selectors adds 0cca1c22b0d graphite: Rename isl_id_for_ssa_name adds 0f00ebf0d6b graphite: Fix minor mistakes in comments adds cd4a0ddc120 Advise to call 'internal_error' instead of 'abort' or 'fanc [...] adds 741478ed3ed libgomp: Clarify that omp_display_env is fully implemented adds 61a6923e891 i386: Fix ICE in final_scan_insn_1 [PR105624] adds 6101a276c34 Check for equivalence after merging relations. adds 941efd87e22 Do not clear bb->aux in duplicate_loop_body_to_header_edge adds 7a3f38a966a PR105169 Fix references to discarded sections adds 451894cadcf demangler: Structured Bindings
No new revisions were added by this update.
Summary of changes: gcc/c-family/c-omp.cc | 4 + gcc/c/c-parser.cc | 10 +- gcc/cfgloopmanip.cc | 1 - gcc/config/gcn/gcn.cc | 2 +- gcc/config/gcn/t-omp-device | 2 +- gcc/config/i386/i386.md | 98 +++--- gcc/config/i386/mmx.md | 20 +- gcc/config/i386/sse.md | 366 ++++++++++----------- gcc/config/i386/subst.md | 10 +- gcc/config/i386/sync.md | 4 +- gcc/cp/cxx-pretty-print.cc | 3 + gcc/cp/parser.cc | 8 +- gcc/diagnostic.cc | 4 +- gcc/gimplify.cc | 100 +++++- gcc/graphite-isl-ast-to-gimple.cc | 2 +- gcc/graphite-sese-to-poly.cc | 25 +- gcc/omp-low.cc | 44 ++- gcc/system.h | 6 +- gcc/targhooks.cc | 8 +- gcc/testsuite/c-c++-common/gomp/all-memory-1.c | 2 + gcc/testsuite/c-c++-common/gomp/all-memory-2.c | 2 + gcc/testsuite/c-c++-common/gomp/depobj-1.c | 5 +- gcc/testsuite/g++.dg/gomp/depobj-1.C | 2 +- gcc/testsuite/g++.dg/modules/pr105169.h | 22 ++ gcc/testsuite/g++.dg/modules/pr105169_a.C | 25 ++ gcc/testsuite/g++.dg/modules/pr105169_b.C | 12 + gcc/testsuite/gcc.dg/pr105458.c | 20 ++ gcc/testsuite/gcc.target/i386/pr105624.c | 19 ++ gcc/tree-core.h | 1 + gcc/tree-pretty-print.cc | 3 + gcc/value-relation.cc | 8 +- gcc/varasm.cc | 33 +- gcc/varasm.h | 2 + include/demangle.h | 4 +- include/gomp-constants.h | 1 + libgomp/libgomp.h | 4 +- libgomp/libgomp.texi | 35 +- libgomp/task.c | 33 +- libgomp/testsuite/libgomp.c-c++-common/depend-1.c | 7 +- libgomp/testsuite/libgomp.c-c++-common/depend-2.c | 7 +- libgomp/testsuite/libgomp.c-c++-common/depend-3.c | 7 +- .../libgomp.c-c++-common/depend-inoutset-1.c | 164 +++++++++ libiberty/cp-demangle.c | 49 ++- libiberty/testsuite/demangle-expected | 10 + 44 files changed, 854 insertions(+), 340 deletions(-) create mode 100644 gcc/testsuite/g++.dg/modules/pr105169.h create mode 100644 gcc/testsuite/g++.dg/modules/pr105169_a.C create mode 100644 gcc/testsuite/g++.dg/modules/pr105169_b.C create mode 100644 gcc/testsuite/gcc.dg/pr105458.c create mode 100644 gcc/testsuite/gcc.target/i386/pr105624.c create mode 100644 libgomp/testsuite/libgomp.c-c++-common/depend-inoutset-1.c