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-allnoconfig in repository toolchain/ci/gcc.
from 7ad41fff714 d: Add support for compiling without libphobos library. adds a2f3e2c87b1 Update .po files. adds 55bb4515734 Document PSTL linker flags adds cf333d53930 libphobos: Add D support for RISC-V Linux adds 22da68fb52a libphobos: Add D support for S/390 Linux adds b09afa7b8f5 libphobos: Add AArch64 Linux as a supported target. adds fd1863e18d0 Implement LWG 2904 for std::variant assignment adds 7f6a1a9c800 Fix whitespace in ChangeLog adds 1c9c8e0d482 Avoid -Wcatch-value warning in testsuite adds e71bc855542 Daily bump. adds 21192e31a59 libphobos: Fix link build errors when compiling with unsupp [...] adds f11f7589a9a PR tree-optimization/90211 * tree-parloops.c (try_create_ [...] adds d32d006e519 PR tree-optimization/90208 * tree-cfg.c (remove_bb): Move [...] adds 5f2608235bf PR target/89093 * raise-gcc.c (TARGET_ATTRIBUTE): Define. [...] adds 9a72942b44b d/dmd: Merge upstream dmd 423758078 adds 0c5ea32d529 PR target/90187 * config/i386/i386.c (ix86_expand_sse_fp_ [...] adds b8e73341369 PR libstdc++/90220 Fix std::any_cast for function pointers adds 7b7f6a07baa 2019-04-24 Richard Biener rguenther@suse.de adds 11620a12c6b [ARC][COMMITTED] Fix typos. adds e7fe8d945b2 libphobos: Fix assert in core.sys.posix.sys.stat for aarch6 [...] adds 2b5d192ce19 PR target/89093 runtime: mark unwind functions general [...] adds 4788a5cafa6 S/390: Fix PR89952 incorrect CFI adds 6c58090a2cb libphobos: Skip curl tests if libcurl is not installed on t [...] adds 37020b0ad7f PR libstdc++/90220 Fix std::any_cast for array types adds 809f1d633ac Fix basic_string_view typedefs and enforce preconditions adds 68c5e10490e PR target/90193 * rtl.c (classify_insn): Return JUMP_INSN [...] adds 14710c9dacb Finish implementing "Treating Unnecessary decay" (P0777R1) adds dd3b7006478 Use __and_v<...> instead of __and_<...>::value adds 7738b4bc534 2019-04-24 Clement Chigot clement.chigot@atos.net adds b66add0735c libphobos: Fix FAIL phobos.exp/core.time on CentOS 5.11, Li [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 43 +- gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 9 + gcc/ada/raise-gcc.c | 10 + gcc/config/arc/arc-options.def | 12 +- gcc/config/arc/arc.c | 18 +- gcc/config/i386/i386.c | 2 + gcc/config/rs6000/aix71.h | 6 + gcc/config/rs6000/aix72.h | 6 + gcc/config/s390/s390.c | 62 +- gcc/cp/ChangeLog | 7 + gcc/cp/call.c | 17 +- gcc/cp/typeck.c | 2 + gcc/d/ChangeLog | 5 + gcc/d/dmd/MERGE | 2 +- gcc/d/typeinfo.cc | 12 +- gcc/emit-rtl.c | 1 + gcc/go/gofrontend/MERGE | 2 +- gcc/po/ChangeLog | 6 + gcc/po/be.po | 21932 +++--- gcc/po/da.po | 72550 +++++++++---------- gcc/po/de.po | 130 +- gcc/po/el.po | 21816 +++--- gcc/po/fi.po | 25371 ++++--- gcc/po/fr.po | 36 +- gcc/po/hr.po | 20076 +++-- gcc/po/id.po | 29759 ++++---- gcc/po/ja.po | 29296 ++++---- gcc/po/nl.po | 23520 +++--- gcc/po/ru.po | 25329 ++++--- gcc/po/sr.po | 27992 ++++--- gcc/po/sv.po | 25452 ++++--- gcc/po/tr.po | 38510 +++++----- gcc/po/uk.po | 20215 +++--- gcc/po/vi.po | 24746 +++---- gcc/po/zh_CN.po | 28147 ++++--- gcc/po/zh_TW.po | 26814 ++++--- gcc/rtl.c | 5 + gcc/testsuite/ChangeLog | 35 + gcc/testsuite/g++.target/i386/pr90187.C | 15 + gcc/testsuite/gcc.dg/autopar/pr90211.c | 24 + gcc/testsuite/gcc.dg/tsan/pr90208-1.c | 5 + gcc/testsuite/gcc.dg/tsan/pr90208-2.c | 20 + gcc/testsuite/gcc.target/i386/pr90193.c | 21 + gcc/testsuite/gcc.target/s390/pr89952.c | 12 + gcc/testsuite/gdc.dg/link.d | 2 +- gcc/testsuite/gdc.dg/runnable.d | 13 +- gcc/testsuite/gdc.dg/simd.d | 5 +- gcc/testsuite/gdc.test/README.gcc | 14 + gcc/testsuite/gdc.test/runnable/test42.d | 35 +- gcc/tree-cfg.c | 2 +- gcc/tree-parloops.c | 2 +- libgo/runtime/go-unwind.c | 5 +- libphobos/ChangeLog | 52 + libphobos/configure | 14 +- libphobos/configure.tgt | 9 + libphobos/libdruntime/MERGE | 2 +- libphobos/libdruntime/core/sys/posix/sys/stat.d | 4 +- libphobos/libdruntime/core/time.d | 7 +- libphobos/libdruntime/gcc/sections/elf_shared.d | 27 +- libphobos/m4/libtool.m4 | 14 +- libphobos/src/std/math.d | 33 + libphobos/testsuite/lib/libphobos.exp | 66 +- .../testsuite/libphobos.druntime/druntime.exp | 8 +- .../libphobos.druntime_shared/druntime_shared.exp | 8 +- libphobos/testsuite/libphobos.phobos/phobos.exp | 6 + .../libphobos.phobos_shared/phobos_shared.exp | 6 + .../testsuite/libphobos.typeinfo/struct-align.d | 13 + libstdc++-v3/ChangeLog | 96 + libstdc++-v3/doc/xml/manual/using.xml | 9 + libstdc++-v3/include/bits/basic_string.h | 42 +- libstdc++-v3/include/experimental/string_view | 4 +- libstdc++-v3/include/std/any | 38 +- libstdc++-v3/include/std/numeric | 7 +- libstdc++-v3/include/std/string_view | 143 +- libstdc++-v3/include/std/tuple | 5 +- libstdc++-v3/include/std/type_traits | 7 +- libstdc++-v3/include/std/variant | 94 +- .../testsuite/20_util/any/misc/any_cast.cc | 51 + .../testsuite/20_util/variant/exception_safety.cc | 41 + libstdc++-v3/testsuite/20_util/variant/run.cc | 2 +- .../modifiers/remove_prefix/char/1.cc | 4 +- .../modifiers/remove_prefix/wchar_t/1.cc | 4 +- .../modifiers/remove_suffix/char/1.cc | 4 +- .../modifiers/remove_suffix/wchar_t/1.cc | 4 +- .../char/1.cc => requirements/traits_neg.cc} | 62 +- .../basic_string_view/requirements/typedefs.cc | 9 + .../string_view/modifiers/remove_prefix/char/1.cc | 2 +- .../modifiers/remove_prefix/wchar_t/1.cc | 2 +- .../string_view/modifiers/remove_suffix/char/1.cc | 2 +- .../modifiers/remove_suffix/wchar_t/1.cc | 2 +- .../string_view/requirements/typedefs.cc | 13 + 92 files changed, 227629 insertions(+), 235417 deletions(-) create mode 100644 gcc/testsuite/g++.target/i386/pr90187.C create mode 100644 gcc/testsuite/gcc.dg/autopar/pr90211.c create mode 100644 gcc/testsuite/gcc.dg/tsan/pr90208-1.c create mode 100644 gcc/testsuite/gcc.dg/tsan/pr90208-2.c create mode 100644 gcc/testsuite/gcc.target/i386/pr90193.c create mode 100644 gcc/testsuite/gcc.target/s390/pr89952.c create mode 100644 gcc/testsuite/gdc.test/README.gcc create mode 100644 libphobos/testsuite/libphobos.typeinfo/struct-align.d copy libstdc++-v3/testsuite/21_strings/basic_string_view/{modifiers/remove_prefix/ [...]