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-lts-allnoconfig in repository toolchain/gcc.
from ffac9b665cd * config/pdp11/pdp11.h (TARGET_HAS_NO_HW_DIVIDE): Define. adds 50d3774f291 2018-11-25 Sandra Loosemore sandra@codesourcery.com adds 41e3bb3fea8 [RS6000] Delete OBJECT_PEF and TARGET_MACOS adds 48733abd64d Daily bump. adds 857ff59ce8d 2018-11-25 Sandra Loosemore sandra@codesourcery.com adds c7ddc4c0418 2018-11-25 Sandra Loosemore sandra@codesourcery.com adds fd4a1412375 Only use __float128 in test if available adds 25e48123843 2018-11-26 Matthias Klose doko@ubuntu.com adds ef9ed410041 2018-11-26 Matthias Klose doko@ubuntu.com adds 2a3766967f0 S/390: Document z14/arch12 -march option. adds bc497cf24d8 2018-11-26 Richard Biener rguenther@suse.de adds 7c871402afc libphobos: Fix backtraces in Fibers on AArch64. adds 337f3a253a9 [arm][1/3] Rename mul64 attr to widen_mul64 adds 2f1287b08ad [AArch64][committed] Fix typo in aarch64_mangle_type adds 5ac4e2dc219 2018-11-26 Sandra Loosemore sandra@codesourcery.com
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 63 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 5 ++ gcc/ada/libgnarl/s-linux__alpha.ads | 1 + gcc/config/aarch64/aarch64.c | 2 +- gcc/config/arm/arm-generic.md | 8 +-- gcc/config/arm/cortex-a15.md | 2 +- gcc/config/arm/cortex-a5.md | 2 +- gcc/config/arm/cortex-a53.md | 2 +- gcc/config/arm/cortex-a57.md | 2 +- gcc/config/arm/cortex-a7.md | 2 +- gcc/config/arm/cortex-m4.md | 2 +- gcc/config/arm/exynos-m1.md | 2 +- gcc/config/arm/marvell-pj4.md | 4 +- gcc/config/arm/types.md | 4 +- gcc/config/arm/xgene1.md | 4 +- gcc/config/rs6000/rs6000.h | 2 - gcc/doc/extend.texi | 48 +++++++++-------- gcc/doc/invoke.texi | 18 ++++--- gcc/testsuite/ChangeLog | 4 ++ gcc/testsuite/jit.dg/test-long-names.c | 2 +- gcc/tree-vect-loop.c | 29 +++++----- gcc/tree-vect-slp.c | 2 + libgomp/ChangeLog | 5 ++ .../testsuite/libgomp.c++/pr88182.C | 6 +-- libphobos/libdruntime/core/thread.d | 38 ++++++++++++- libphobos/libdruntime/core/threadasm.S | 24 +++++++++ libstdc++-v3/ChangeLog | 5 ++ .../complex/requirements/more_constexpr.cc | 2 + 29 files changed, 219 insertions(+), 73 deletions(-) copy gcc/testsuite/c-c++-common/gomp/pr60823-2.c => libgomp/testsuite/libgomp.c++/ [...]