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 e2e0b85c1e7 PR101609: Use the correct iterator for AArch64 vector right [...] adds e2a58ed6dc5 openacc: Middle-end worker-partitioning support adds c408512e1f7 amdgcn: Enable OpenACC worker partitioning for AMD GCN adds 62f01243fb2 Cross-reference parts adapted in 'gcc/omp-oacc-neuter-broad [...] adds 9d2d660aab2 i386: Name V2SF logic insns [PR101812] adds 00eab082e9f Verify destination[source] of a load[store] instruction is [...] adds d55d3f5b04e ipa: Fix testsuite/gcc.dg/ipa/remref-6.c adds 1354603bf7d libstdc++: [_GLIBCXX_DEBUG] Avoid allocator operator== when [...] adds f5a2d78072f libstdc++: Reduce use of debug containers in <regex> adds c86c95edd16 Ensure toupper and tolower follow the expected pattern. adds 377681505fb Daily bump.
No new revisions were added by this update.
Summary of changes: ChangeLog | 4 + gcc/ChangeLog | 123 ++ gcc/DATESTAMP | 2 +- gcc/Makefile.in | 1 + gcc/config/gcn/gcn-protos.h | 5 +- gcc/config/gcn/gcn-tree.c | 58 +- gcc/config/gcn/gcn.c | 21 +- gcc/config/gcn/gcn.opt | 5 - gcc/config/i386/mmx.md | 2 +- gcc/config/nvptx/nvptx.c | 5 + gcc/config/rs6000/rs6000.c | 14 +- gcc/doc/tm.texi | 9 + gcc/doc/tm.texi.in | 2 + gcc/gimple-range-fold.cc | 6 + gcc/ipa-prop.c | 2 +- gcc/omp-builtins.def | 9 + gcc/omp-low.c | 2 + gcc/omp-oacc-neuter-broadcast.cc | 1522 ++++++++++++++++++++ gcc/passes.def | 1 + gcc/target.def | 11 + gcc/testsuite/ChangeLog | 67 + gcc/testsuite/gcc.dg/ipa/remref-6.c | 2 +- gcc/testsuite/gcc.dg/pr101741.c | 16 + gcc/testsuite/gcc.target/i386/pr101812.c | 12 + gcc/tree-pass.h | 1 + libgomp/ChangeLog | 18 + libgomp/plugin/plugin-gcn.c | 3 +- .../libgomp.oacc-c-c++-common/acc_prof-kernels-1.c | 3 - .../libgomp.oacc-c-c++-common/loop-dim-default.c | 4 +- .../libgomp.oacc-c-c++-common/parallel-dims.c | 12 +- .../libgomp.oacc-c-c++-common/routine-wv-2.c | 7 +- .../libgomp.oacc-fortran/optional-reduction.f90 | 3 + .../testsuite/libgomp.oacc-fortran/reduction-7.f90 | 3 + libstdc++-v3/ChangeLog | 28 + libstdc++-v3/include/bits/regex.h | 28 +- libstdc++-v3/include/bits/regex.tcc | 6 +- libstdc++-v3/include/bits/regex_automaton.tcc | 4 +- libstdc++-v3/include/bits/regex_compiler.h | 8 +- libstdc++-v3/include/bits/regex_executor.h | 6 +- libstdc++-v3/include/debug/safe_container.h | 13 +- libstdc++-v3/include/std/regex | 3 + 41 files changed, 1949 insertions(+), 102 deletions(-) create mode 100644 gcc/omp-oacc-neuter-broadcast.cc create mode 100644 gcc/testsuite/gcc.dg/pr101741.c create mode 100644 gcc/testsuite/gcc.target/i386/pr101812.c