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-arm-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 adds fa3fa65e18f [Darwin] Don't jam symbol stubs on for kernel code. adds f716e30e1cc [Darwin] Make a final check on PIC options. adds 83eb752c6c4 rs6000: Delete Ffre adds f60e7cee570 PR tree-optimization/91090 * tree-ssa-dom.c [...] adds 4eeba3bf0ba Daily bump. adds 11e74597620 [riscv] Fix ambiguous .md attribute uses adds 0f7944cd918 Make guality.h handle Yama restricted ptrace mode adds daebcf5226d Add a build config for bootstrapping at -Og
No new revisions were added by this update.
Summary of changes: config/ChangeLog | 4 + config/bootstrap-Og.mk | 1 + gcc/ChangeLog | 58 ++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/darwin.c | 10 ++- gcc/config/mips/mips.c | 4 +- gcc/config/mips/mips.md | 12 +-- gcc/config/riscv/pic.md | 4 +- gcc/config/riscv/riscv.md | 6 +- gcc/config/rs6000/rs6000.md | 1 - gcc/doc/install.texi | 1 + gcc/fortran/ChangeLog | 11 ++- gcc/fortran/trans-array.c | 17 +--- gcc/omp-low.c | 54 ++++++++--- gcc/testsuite/ChangeLog | 10 +++ gcc/testsuite/gcc.dg/guality/guality.h | 7 ++ gcc/testsuite/gfortran.dg/pointer_array_11.f90 | 90 +++++++++++++++++++ gcc/tree-ssa-dom.c | 11 ++- 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 +- 23 files changed, 507 insertions(+), 52 deletions(-) create mode 100644 config/bootstrap-Og.mk 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