This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-master-aarch64-next-allmodconfig in repository toolchain/ci/gcc.
from a559dc97b79 [s390] Fix ambiguous .md attribute uses adds 402bea3aff8 Fix recent regression in __atomic_add_dispatch adds a0110ad7085 * omp-low.c (struct omp_context): Rename combined_into_sim [...] adds 8d54bfe2765 * omp-low.c (lower_rec_input_clauses): For lastprivate cla [...] adds 8d9af6a1f86 Daily bump. adds d57faea9337 Fix uninitialised use in mips_split_move adds da056355584 PR91068: Fix MIPS fallout from IRA matched operand changes adds be717dc1f16 2019-07-07 Paul Thomas pault@gcc.gnu.org new fa3fa65e18f [Darwin] Don't jam symbol stubs on for kernel code. new f716e30e1cc [Darwin] Make a final check on PIC options. new 83eb752c6c4 rs6000: Delete Ffre
The 3 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: gcc/ChangeLog | 38 ++++++++ gcc/DATESTAMP | 2 +- gcc/config/darwin.c | 10 ++- gcc/config/mips/mips.c | 4 +- gcc/config/mips/mips.md | 12 +-- gcc/config/rs6000/rs6000.md | 1 - gcc/fortran/ChangeLog | 11 ++- gcc/fortran/trans-array.c | 17 +--- gcc/omp-low.c | 54 ++++++++--- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gfortran.dg/pointer_array_11.f90 | 90 +++++++++++++++++++ libgomp/ChangeLog | 3 + libgomp/testsuite/libgomp.c/scan-19.c | 119 +++++++++++++++++++++++++ libgomp/testsuite/libgomp.c/scan-20.c | 119 +++++++++++++++++++++++++ libstdc++-v3/ChangeLog | 6 ++ libstdc++-v3/include/ext/atomicity.h | 9 +- 16 files changed, 456 insertions(+), 44 deletions(-) create mode 100644 gcc/testsuite/gfortran.dg/pointer_array_11.f90 create mode 100644 libgomp/testsuite/libgomp.c/scan-19.c create mode 100644 libgomp/testsuite/libgomp.c/scan-20.c