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 4426330625e PR c++/89212 - ICE converting nullptr to pointer-to-member [...] adds 33fe677ecbc PR c++/89241 - ICE with __func__ in lambda in template. adds 93b422b48eb mksysinfo: remove incorrect quotes in st_fsid handling [...] adds 1154784fb4d Daily bump. adds e7e0c93c02e linemap_line_start: protect against location_t overflow (PR [...] adds 4ea8ba24373 2019-02-12 Richard Biener rguenther@suse.de adds cdea51a5715 PR lto/88777 * cgraphunit.c (analyze_functions): Clear RE [...] adds 3f00a89f9cd * asan.c (asan_expand_mark_ifn): Take into account the ali [...] adds 0f7c25df5f3 Fix splay tree KEY leak detected in GDB test gdb.base/macscp.exp adds d3fb548ca6a Revert a hunk from r261322 (PR lto/88876). adds 32e6b120ba1 [libbacktrace] Handle bsearch with NULL base in dwarf_lookup_pc adds f523999089f 2018-01-12 Bill Schmidt wschmidt@linux.ibm.com adds 7bd6e7543f2 S/390: Reject invalid Q/R/S/T addresses after LRA adds 58b7df032ed libphobos: Merge upstream phobos 791c5d240 new 916752cab36 i386: Revert revision 268678 and revision 268657
The 1 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/ChangeLog | 49 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/asan.c | 11 +++-- gcc/cgraphunit.c | 9 ++++ gcc/config/i386/i386.md | 14 +++---- gcc/config/s390/s390.c | 10 +++-- gcc/config/sparc/sparc.md | 12 +++--- gcc/cp/ChangeLog | 6 +++ gcc/cp/pt.c | 3 +- gcc/go/gofrontend/MERGE | 2 +- gcc/input.c | 30 +++++++++++++ gcc/ipa-pure-const.c | 3 +- gcc/testsuite/ChangeLog | 21 ++++++++++ gcc/testsuite/g++.dg/cpp1y/lambda-generic-func1.C | 12 ++++++ gcc/testsuite/gcc.target/i386/pr89229-1.c | 47 +++++++++++++++++++++ gcc/testsuite/gcc.target/powerpc/vec-sld-modulo.c | 4 +- gcc/testsuite/gcc.target/powerpc/vec-srad-modulo.c | 4 +- gcc/testsuite/gcc.target/powerpc/vec-srd-modulo.c | 4 +- gcc/testsuite/gcc.target/s390/pr89233.c | 11 +++++ gcc/testsuite/gfortran.dg/pr89253.f | 19 +++++++++ gcc/tree-ssa-loop-split.c | 3 +- gcc/tree.h | 3 +- include/ChangeLog | 5 +++ include/splay-tree.h | 11 ++++- libbacktrace/ChangeLog | 5 +++ libbacktrace/dwarf.c | 6 ++- libcpp/ChangeLog | 7 ++++ libcpp/line-map.c | 4 ++ libgo/mksysinfo.sh | 7 ++-- libiberty/ChangeLog | 6 +++ libiberty/splay-tree.c | 13 ++++-- libphobos/src/MERGE | 2 +- .../allocator/building_blocks/region.d | 1 + 33 files changed, 301 insertions(+), 45 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-func1.C create mode 100644 gcc/testsuite/gcc.target/i386/pr89229-1.c create mode 100644 gcc/testsuite/gcc.target/s390/pr89233.c create mode 100644 gcc/testsuite/gfortran.dg/pr89253.f