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-allyesconfig 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
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 28 ++++++ gcc/DATESTAMP | 2 +- gcc/config/mips/mips.c | 4 +- gcc/config/mips/mips.md | 12 +-- 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 +- 14 files changed, 440 insertions(+), 39 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