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 3a57b74f6fb PR tree-optimization/89500 * tree-ssa-strlen.c (stridx_st [...] adds 2074a828cb9 * config/sparc/sparc-opts.h (enum processor_type): Rename [...] adds 8fe6096432e PR c++/89507 * tree.c (valid_constant_size_p): Deal with [...] adds a7f2f1b1461 PR libstdc++/89477 constrain deduction guides for maps and sets adds 09cc9a9d7db 2018-02-26 Steve Ellcey sellcey@marvell.com adds c167de66371 2018-02-26 Steve Ellcey sellcey@marvell.com adds bc703e33b5e Daily bump. adds fa3e2ed345c cmd/go: preserve CC for TestScript child processes adds b9ee0ce170b compiler: check recursive inherited interface aliases adds 0ab32342767 compiler: check duplicate numeric keys in map literals adds 400c29ffbee PR tree-optimization/89280 * tree-cfgcleanup.c (maybe_dea [...] adds c9f30cbb786 /cp 2019-02-27 Paolo Carlini paolo.carlini@oracle.com adds f9e99b6ac6a [doc] Reword description of -Wno-absolute-value adds 137bc933c44 Add myself to write after approval. adds 03942642400 Replaced spaces with tab in Changelog, committed as obvious adds 53ea0887395 PR libstdc++/89466 avoid slow xsltproc command in configure adds bdc2031cc8c 2019-02-27 Richard Biener rguenther@suse.de adds 6726fc4cece 2019-02-27 Richard Biener rguenther@suse.de adds b97c2f89bbf 2019-02-27 Richard Biener rguenther@suse.de adds 68cb0057e90 2019-02-27 Richard Biener rguenther@suse.de adds b634d96adae PR target/70341 * config/arm/arm.md (arm_casesi_internal) [...] adds 7733a071d69 PR tree-optimization/89280 * gcc.dg/torture/pr57147-2.c ( [...] adds 89ac4d3611a runtime: align first persistentalloc chunk as requested adds c3ce5d657ba PR target/70341 * config/aarch64/aarch64.md (casesi): Cre [...] new 7304edd1f1a PR c++/89511 - ICE with using-declaration and unscoped enu [...] new c70a6d7d649 2019-02-27 Bernd Edlinger bernd.edlinger@hotmail.de
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: ChangeLog | 4 + MAINTAINERS | 1 + gcc/ChangeLog | 103 +++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/aarch64/aarch64.c | 13 ++ gcc/config/aarch64/aarch64.md | 22 ++- gcc/config/arm/arm.md | 27 +++- gcc/config/arm/thumb2.md | 57 ++++++-- gcc/config/sparc/sparc-opts.h | 19 ++- gcc/config/sparc/sparc.c | 133 ++++++++----------- gcc/config/sparc/sparc.h | 21 +-- gcc/config/sparc/sparc.md | 2 +- gcc/config/sparc/sparc.opt | 78 ++++++----- gcc/cp/ChangeLog | 18 +++ gcc/cp/method.c | 10 +- gcc/cp/parser.c | 15 ++- gcc/doc/invoke.texi | 10 +- gcc/dwarf2out.c | 35 +++-- gcc/go/gofrontend/MERGE | 2 +- gcc/go/gofrontend/expressions.cc | 108 ++++++++++++++- gcc/go/gofrontend/expressions.h | 8 ++ gcc/go/gofrontend/types.cc | 17 +++ gcc/passes.c | 4 + gcc/testsuite/ChangeLog | 43 ++++++ gcc/testsuite/g++.dg/cpp0x/nsdmi15.C | 8 ++ gcc/testsuite/g++.dg/cpp0x/pr88987.C | 9 ++ gcc/testsuite/g++.dg/cpp0x/using-enum-3.C | 21 +++ gcc/testsuite/g++.dg/other/new2.C | 5 + gcc/testsuite/gcc.c-torture/compile/pr89280.c | 48 +++++++ gcc/testsuite/gcc.dg/gimplefe-36.c | 14 ++ gcc/testsuite/gcc.dg/torture/pr57147-2.c | 5 +- gcc/testsuite/gfortran.dg/simd-builtins-1.f90 | 12 +- gcc/testsuite/gfortran.dg/simd-builtins-2.f90 | 8 +- gcc/testsuite/gfortran.dg/simd-builtins-6.f90 | 8 +- gcc/testsuite/gfortran.dg/simd-builtins-8.f90 | 19 +++ gcc/testsuite/gfortran.dg/simd-builtins-8.h | 4 + gcc/tree-cfgcleanup.c | 147 ++++++++++++++++++++- gcc/tree.c | 17 +-- gcc/varasm.c | 21 ++- libgo/go/cmd/go/script_test.go | 13 +- libgo/go/runtime/malloc.go | 2 +- libstdc++-v3/ChangeLog | 51 +++++++ libstdc++-v3/Makefile.in | 1 + libstdc++-v3/acinclude.m4 | 47 ++++--- libstdc++-v3/configure | 108 ++++++++++----- libstdc++-v3/configure.ac | 1 + libstdc++-v3/doc/Makefile.in | 1 + libstdc++-v3/include/Makefile.in | 1 + libstdc++-v3/include/bits/alloc_traits.h | 4 + libstdc++-v3/include/bits/hashtable.h | 7 + libstdc++-v3/include/bits/stl_map.h | 2 + libstdc++-v3/include/bits/stl_multimap.h | 2 + libstdc++-v3/include/bits/stl_multiset.h | 52 ++++---- libstdc++-v3/include/bits/stl_queue.h | 20 +-- libstdc++-v3/include/bits/stl_set.h | 2 + libstdc++-v3/include/bits/stl_stack.h | 6 +- libstdc++-v3/include/bits/unordered_map.h | 12 ++ libstdc++-v3/include/bits/unordered_set.h | 24 +++- libstdc++-v3/libsupc++/Makefile.in | 1 + libstdc++-v3/po/Makefile.in | 1 + libstdc++-v3/python/Makefile.in | 1 + libstdc++-v3/src/Makefile.in | 1 + libstdc++-v3/src/c++11/Makefile.in | 1 + libstdc++-v3/src/c++17/Makefile.in | 1 + libstdc++-v3/src/c++98/Makefile.in | 1 + libstdc++-v3/src/filesystem/Makefile.in | 1 + .../testsuite/23_containers/map/cons/deduction.cc | 50 +++++++ .../23_containers/multiset/cons/deduction.cc | 81 ++++++++++-- .../testsuite/23_containers/set/cons/deduction.cc | 66 +++++++++ .../23_containers/unordered_map/cons/deduction.cc | 41 +++++- .../unordered_multimap/cons/deduction.cc | 56 +++++++- .../unordered_multiset/cons/deduction.cc | 65 ++++++++- .../23_containers/unordered_set/cons/deduction.cc | 60 ++++++++- libstdc++-v3/testsuite/Makefile.in | 1 + 74 files changed, 1556 insertions(+), 326 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi15.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr88987.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/using-enum-3.C create mode 100644 gcc/testsuite/g++.dg/other/new2.C create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr89280.c create mode 100644 gcc/testsuite/gcc.dg/gimplefe-36.c create mode 100644 gcc/testsuite/gfortran.dg/simd-builtins-8.f90 create mode 100644 gcc/testsuite/gfortran.dg/simd-builtins-8.h