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-stable-allmodconfig in repository toolchain/ci/gcc.
from 01e345e0680 PR c++/87603 - constexpr functions are no longer noexcept. [...] adds 1ef6e17fbf7 PR translation/90041 * exgettext: Print MissingArgError, [...] adds 5dcfd55433d * config/mips/loongson-mmiintrin.h: Fix up #error message. adds 9429be6de0f PR rtl-optimization/89965 * dce.c: Include rtl-iter.h. ( [...] adds b7a39acf193 Avoid ICE on pmf{} in template. adds 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 new c1bb27eba39 PR target/89093 * config/arm/arm.c (arm_valid_target_attr [...] new 5dfa96c9ff8 * gcc.pot: Regenerate. new 3ef1f32ed2b libphobos: Move rt.sections modules to gcc.sections
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: ChangeLog | 5 + configure | 3 +- configure.ac | 3 +- gcc/ChangeLog | 33 + gcc/DATESTAMP | 2 +- gcc/c-family/ChangeLog | 4 + gcc/c-family/c-attribs.c | 83 +- gcc/c-family/c.opt | 2 +- gcc/c/ChangeLog | 7 + gcc/c/c-decl.c | 17 +- gcc/config/arm/arm.c | 12 +- gcc/config/mips/loongson-mmiintrin.h | 4 +- gcc/cp/ChangeLog | 19 + gcc/cp/call.c | 1 + gcc/cp/decl.c | 17 +- gcc/cp/parser.c | 4 +- gcc/dce.c | 53 +- 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 | 9 + gcc/po/exgettext | 6 +- gcc/po/gcc.pot | 14699 ++++++++++--------- gcc/targhooks.c | 14 +- gcc/testsuite/ChangeLog | 29 + gcc/testsuite/c-c++-common/attributes-1.c | 4 +- .../c-c++-common/builtin-has-attribute-4.c | 67 +- .../c-c++-common/builtin-has-attribute-6.c | 114 + .../c-c++-common/builtin-has-attribute-7.c | 396 + gcc/testsuite/c-c++-common/pr71574.c | 2 +- gcc/testsuite/c-c++-common/pr89933.c | 5 + gcc/testsuite/g++.dg/cpp0x/initlist-pmf1.C | 20 + gcc/testsuite/gcc.dg/attr-vector_size.c | 69 + gcc/testsuite/gcc.dg/pr25559.c | 2 +- gcc/testsuite/gcc.target/arm/pr89093.c | 7 + gcc/testsuite/gcc.target/i386/pr89965.c | 39 + gcc/tree.h | 2 +- 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 +- 64 files changed, 9008 insertions(+), 7983 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/builtin-has-attribute-6.c create mode 100644 gcc/testsuite/c-c++-common/builtin-has-attribute-7.c create mode 100644 gcc/testsuite/c-c++-common/pr89933.c create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-pmf1.C create mode 100644 gcc/testsuite/gcc.dg/attr-vector_size.c create mode 100644 gcc/testsuite/gcc.target/arm/pr89093.c create mode 100644 gcc/testsuite/gcc.target/i386/pr89965.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