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 b66add0735c libphobos: Fix FAIL phobos.exp/core.time on CentOS 5.11, Li [...] adds c7bf17cd9b9 PR c++/90227 - error with template parameter packs. adds c1afaca22f6 PR c++/90236 * g++.dg/cpp1z/nontype-auto16.C: New test. adds 39b59bb93ca Make filesystem::path comparison operators hidden friends ( [...] adds 9ed117789d0 Update C++17 library status tables adds a25ad23098b libphobos: Fix linker warning and SEGV in core.thread tests. adds 785bb56bf17 Daily bump. adds 4a2e6d2d57d compiler: fix glitch when inlining method with empty pa [...] adds 4f61dcff8e1 libphobos: Add missing PWD_COMMAND to Makefile. adds e97a87f60be D: Implement GCC emutls in druntime adds 559783f6ca9 2019-04-25 Richard Biener rguenther@suse.de adds 44bd0a26b9e 2019-04-24 Richard Biener rguenther@suse.de adds 6c897c5f577 D: Do not add target_libs if phobos is disabled adds 96cdf09b015 PR c++/44648 * g++.dg/warn/Wunused-var-35.C: Remove xfail. adds 6e814eeea3e Fix typo in m4/druntime/cpu.m4 adds 0eee1ea04c1 PR tree-optimization/90037 * Makefile.in (OBJS): Remove t [...] adds d6a738923db 2019-04-25 Richard Biener rguenther@suse.de adds ac07a0984a3 libphobos: Fix segfault in runtime caused by unexpected GC [...] adds 760cb209d81 x86: Update message for target_clones and unsupported ISAs adds 6977c762966 PR middle-end/89765 * gimplify.c (gimplify_expr): Avoid t [...] adds 70f448fa534 * BASE-VER: Set to 10.0.0. new c487d6a8179 * doc/extend.texi (vector_size): Add missing comma after @xref. new 365ada71ff5 2019-04-25 Andreas Tobler andreast@gcc.gnu.org
The 2 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: gcc/BASE-VER | 2 +- gcc/ChangeLog | 61 ++ gcc/DATESTAMP | 2 +- gcc/Makefile.in | 1 - gcc/config.gcc | 5 +- gcc/config/i386/freebsd64.h | 5 +- gcc/config/i386/i386.c | 490 +++++++-------- gcc/config/i386/t-freebsd64 | 30 + gcc/cp/ChangeLog | 6 + gcc/cp/pt.c | 2 +- gcc/d/ChangeLog | 4 + gcc/d/config-lang.in | 20 +- gcc/doc/extend.texi | 4 +- gcc/gimple-fold.c | 8 +- gcc/gimplify.c | 3 +- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/gogo.cc | 66 +- gcc/go/gofrontend/gogo.h | 10 + gcc/match.pd | 7 + gcc/passes.def | 27 +- gcc/testsuite/ChangeLog | 32 + gcc/testsuite/g++.dg/cpp1y/var-templ62.C | 80 +++ gcc/testsuite/g++.dg/cpp1z/nontype-auto16.C | 13 + gcc/testsuite/g++.dg/torture/pr90194.C | 18 + gcc/testsuite/g++.dg/warn/Wunused-var-35.C | 3 +- gcc/testsuite/g++.target/i386/mv28.C | 26 + gcc/testsuite/g++.target/i386/pr57362.C | 2 +- gcc/testsuite/gcc.dg/pr90037.c | 161 +++++ gcc/testsuite/gcc.dg/tree-ssa/20030710-1.c | 10 +- gcc/testsuite/gcc.dg/tree-ssa/isolate-2.c | 6 +- gcc/testsuite/gcc.dg/tree-ssa/isolate-4.c | 4 +- gcc/testsuite/gcc.dg/tree-ssa/pr19431.c | 2 +- gcc/testsuite/gcc.target/i386/mvc14.c | 16 + gcc/timevar.def | 1 - gcc/tree-pass.h | 1 - gcc/tree-ssa-phionlycprop.c | 580 ------------------ libphobos/ChangeLog | 46 ++ libphobos/configure | 108 +++- libphobos/configure.ac | 1 + libphobos/libdruntime/Makefile.am | 76 ++- libphobos/libdruntime/Makefile.in | 226 +++++-- .../libdruntime/config/aarch64/switchcontext.S | 103 ++++ libphobos/libdruntime/config/arm/switchcontext.S | 118 ++++ libphobos/libdruntime/config/common/threadasm.S | 43 ++ libphobos/libdruntime/config/mingw/switchcontext.S | 109 ++++ libphobos/libdruntime/config/mips/switchcontext.S | 102 +++ .../libdruntime/config/powerpc/switchcontext.S | 150 +++++ .../libdruntime/config/powerpc64/callwithstack.S | 168 +++++ libphobos/libdruntime/config/x86/switchcontext.S | 96 +++ libphobos/libdruntime/core/threadasm.S | 682 --------------------- libphobos/libdruntime/gcc/emutls.d | 316 ++++++++++ libphobos/libdruntime/gcc/gthread.d | 127 ++++ libphobos/libdruntime/gcc/sections/elf_shared.d | 97 ++- libphobos/m4/druntime/cpu.m4 | 38 ++ libphobos/testsuite/Makefile.am | 2 + libphobos/testsuite/Makefile.in | 1 + .../libphobos.allocations/tls_gc_integration.d | 50 ++ libphobos/testsuite/libphobos.thread/thread.exp | 2 + .../testsuite/libphobos.thread/tlsgc_sections.d | 39 ++ libstdc++-v3/ChangeLog | 10 + libstdc++-v3/doc/html/faq.html | 26 +- libstdc++-v3/doc/html/index.html | 2 +- libstdc++-v3/doc/html/manual/api.html | 9 +- libstdc++-v3/doc/html/manual/backwards.html | 5 +- libstdc++-v3/doc/html/manual/debug.html | 64 +- .../doc/html/manual/ext_concurrency_impl.html | 2 +- libstdc++-v3/doc/html/manual/ext_io.html | 10 +- libstdc++-v3/doc/html/manual/index.html | 2 +- libstdc++-v3/doc/html/manual/intro.html | 2 +- .../doc/html/manual/parallel_mode_design.html | 4 +- libstdc++-v3/doc/html/manual/status.html | 17 +- libstdc++-v3/doc/html/manual/support.html | 4 +- libstdc++-v3/doc/html/manual/using.html | 7 +- libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 15 +- libstdc++-v3/include/bits/fs_path.h | 66 +- .../27_io/filesystem/path/native/string-char8_t.cc | 2 +- .../27_io/filesystem/path/native/string.cc | 2 +- 77 files changed, 2845 insertions(+), 1814 deletions(-) create mode 100644 gcc/config/i386/t-freebsd64 create mode 100644 gcc/testsuite/g++.dg/cpp1y/var-templ62.C create mode 100644 gcc/testsuite/g++.dg/cpp1z/nontype-auto16.C create mode 100644 gcc/testsuite/g++.dg/torture/pr90194.C create mode 100644 gcc/testsuite/g++.target/i386/mv28.C create mode 100644 gcc/testsuite/gcc.dg/pr90037.c create mode 100644 gcc/testsuite/gcc.target/i386/mvc14.c delete mode 100644 gcc/tree-ssa-phionlycprop.c create mode 100644 libphobos/libdruntime/config/aarch64/switchcontext.S create mode 100644 libphobos/libdruntime/config/arm/switchcontext.S create mode 100644 libphobos/libdruntime/config/common/threadasm.S create mode 100644 libphobos/libdruntime/config/mingw/switchcontext.S create mode 100644 libphobos/libdruntime/config/mips/switchcontext.S create mode 100644 libphobos/libdruntime/config/powerpc/switchcontext.S create mode 100644 libphobos/libdruntime/config/powerpc64/callwithstack.S create mode 100644 libphobos/libdruntime/config/x86/switchcontext.S delete mode 100644 libphobos/libdruntime/core/threadasm.S create mode 100644 libphobos/libdruntime/gcc/emutls.d create mode 100644 libphobos/libdruntime/gcc/gthread.d create mode 100644 libphobos/testsuite/libphobos.allocations/tls_gc_integration.d create mode 100644 libphobos/testsuite/libphobos.thread/tlsgc_sections.d