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 1e942d7c05c Daily bump. adds 240dd6c063b rs6000: Split pattern for TI to V1TI move [PR103124] adds b3e77224edb rs6000: Use known constant for GET_MODE_NUNITS and similar adds 025a707d285 Allow for multiple defaults in endianness and r16 in GFORTR [...] adds fbb438808e9 Test cases for references in OpenACC 'private' clauses adds b75aab194e3 Extend test cases for references in OpenACC 'private' clauses adds a923345c72a libstdc++: Add 'typename' to dependent types in atomic<shar [...] new d4c02ec7779 Fix test warnings. new 57cfcb3eb28 Start using check-MAINTAINERS.py instead of legacy maintain [...] new 84eb13b9d6a libstdc++: Don't fail if math_errhandling is not defined new 4460c638faf Add check_effective_target_pytest3.
The 4 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: contrib/maintainers-verify.sh | 45 ----- gcc/config/rs6000/altivec.md | 25 --- gcc/config/rs6000/vsx.md | 32 +++- gcc/testsuite/g++.dg/torture/pr57993-2.C | 22 ++- gcc/testsuite/gcc.src/maintainers.exp | 18 +- gcc/testsuite/gcc.target/powerpc/pr103124.c | 12 ++ gcc/testsuite/lib/gcov.exp | 9 +- gcc/testsuite/lib/target-supports.exp | 24 +++ libgfortran/runtime/environ.c | 111 +++++------ .../testsuite/libgomp.oacc-c++/privatized-ref-2.C | 178 +++++++++++++++++ .../testsuite/libgomp.oacc-c++/privatized-ref-3.C | 212 +++++++++++++++++++++ .../libgomp.oacc-fortran/privatized-ref-1.f95 | 163 ++++++++++++++++ libstdc++-v3/include/bits/shared_ptr_atomic.h | 4 +- libstdc++-v3/include/experimental/bits/simd.h | 11 +- 14 files changed, 712 insertions(+), 154 deletions(-) delete mode 100755 contrib/maintainers-verify.sh create mode 100644 gcc/testsuite/gcc.target/powerpc/pr103124.c create mode 100644 libgomp/testsuite/libgomp.oacc-c++/privatized-ref-2.C create mode 100644 libgomp/testsuite/libgomp.oacc-c++/privatized-ref-3.C create mode 100644 libgomp/testsuite/libgomp.oacc-fortran/privatized-ref-1.f95