This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk/llvm-master-arm-spec2k6-Oz_LTO in repository toolchain/ci/gcc.
from e7136105199 PR c/88383 - ICE calling __builtin_has_attribute on a refer [...] adds d1d7d3614b6 gcc/ChangeLog: * doc/extend.texi (__builtin_has_attribute) [...] adds e60a24bda6d libphobos: Add target-zlib to top-level configure adds 81e61a19791 PR c/89933 c/ * c-decl.c (merge_decls): When newdecl's ty [...] adds a88a8aeee20 libphobos: Add subdir-objects to configure script. adds 82e40402769 Commit a change missed in r270326: adds 11deac814b2 Uglify identifiers missed in previous commit(s) adds 72c4001b0c0 Daily bump. adds 4713b5b9756 compiler: improve type handling for string concat ops o [...] adds a14bf18d525 * gcc.pot: Regenerate. adds 8d0bceca130 2019-04-13 Dominique d'Humieres dominiq@gcc.gnu.org adds c1bb27eba39 PR target/89093 * config/arm/arm.c (arm_valid_target_attr [...] adds 5dfa96c9ff8 * gcc.pot: Regenerate. adds 3ef1f32ed2b libphobos: Move rt.sections modules to gcc.sections
No new revisions were added by this update.
Summary of changes: ChangeLog | 5 + configure | 3 +- configure.ac | 3 +- gcc/ChangeLog | 10 + gcc/DATESTAMP | 2 +- gcc/c-family/c-attribs.c | 83 +- gcc/c/ChangeLog | 7 + gcc/c/c-decl.c | 17 +- gcc/config/arm/arm.c | 12 +- gcc/cp/ChangeLog | 7 + gcc/cp/decl.c | 17 +- gcc/doc/extend.texi | 7 +- gcc/doc/install.texi | 12 + gcc/fortran/ChangeLog | 5 + gcc/fortran/module.c | 8 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 32 +- gcc/go/gofrontend/expressions.h | 8 +- gcc/po/ChangeLog | 4 + gcc/po/gcc.pot | 14699 ++++++++++--------- gcc/testsuite/ChangeLog | 10 + gcc/testsuite/c-c++-common/pr89933.c | 5 + gcc/testsuite/gcc.target/arm/pr89093.c | 7 + libphobos/ChangeLog | 40 +- libphobos/Makefile.in | 1 + libphobos/configure | 111 +- libphobos/configure.ac | 3 +- libphobos/libdruntime/Makefile.am | 18 +- libphobos/libdruntime/Makefile.in | 110 +- .../sections_android.d => gcc/sections/android.d} | 68 +- .../sections/elf_shared.d} | 340 +- .../{rt/sections_osx.d => gcc/sections/osx.d} | 55 +- libphobos/libdruntime/gcc/sections/package.d | 48 + .../sections_solaris.d => gcc/sections/solaris.d} | 34 +- .../{rt/sections_win32.d => gcc/sections/win32.d} | 36 +- .../{rt/sections_win64.d => gcc/sections/win64.d} | 38 +- libphobos/libdruntime/rt/bss_section.c | 21 - libphobos/libdruntime/rt/sections.d | 7 +- libphobos/m4/druntime/libraries.m4 | 65 +- libphobos/src/Makefile.am | 23 +- libphobos/src/Makefile.in | 110 +- libphobos/testsuite/Makefile.in | 1 + libstdc++-v3/ChangeLog | 6 + libstdc++-v3/include/pstl/algorithm_impl.h | 22 +- libstdc++-v3/include/pstl/numeric_impl.h | 2 +- libstdc++-v3/include/pstl/parallel_backend_tbb.h | 5 +- 46 files changed, 8171 insertions(+), 7958 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/pr89933.c create mode 100644 gcc/testsuite/gcc.target/arm/pr89093.c rename libphobos/libdruntime/{rt/sections_android.d => gcc/sections/android.d} (70%) rename libphobos/libdruntime/{rt/sections_elf_shared.d => gcc/sections/elf_shared. [...] rename libphobos/libdruntime/{rt/sections_osx.d => gcc/sections/osx.d} (82%) create mode 100644 libphobos/libdruntime/gcc/sections/package.d rename libphobos/libdruntime/{rt/sections_solaris.d => gcc/sections/solaris.d} (68%) rename libphobos/libdruntime/{rt/sections_win32.d => gcc/sections/win32.d} (78%) rename libphobos/libdruntime/{rt/sections_win64.d => gcc/sections/win64.d} (88%) delete mode 100644 libphobos/libdruntime/rt/bss_section.c