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-mainline-allmodconfig in repository toolchain/ci/gcc.
from 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 adds 3f7f912db42 Daily bump.
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 6 + gcc/DATESTAMP | 2 +- gcc/config/arm/arm.c | 12 +- gcc/fortran/ChangeLog | 5 + gcc/fortran/module.c | 8 +- gcc/po/ChangeLog | 4 + gcc/po/gcc.pot | 14699 ++++++++++--------- gcc/testsuite/ChangeLog | 5 + gcc/testsuite/gcc.target/arm/pr89093.c | 7 + libphobos/ChangeLog | 21 + libphobos/libdruntime/Makefile.am | 18 +- libphobos/libdruntime/Makefile.in | 98 +- .../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 +- 21 files changed, 7832 insertions(+), 7700 deletions(-) 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