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-allyesconfig in repository toolchain/ci/gcc.
from 5f2991399df [COMMITTED] Fix pthread errors in pr86637-2.c adds ba73dfbafbf * fi.po, fr.po: Update. adds b10193f4e89 * typeck2.c (digest_init_r): Remove commented code. adds 61b9455331c PR c++/88977 * pt.c (convert_nontype_argument): Pass true [...] adds 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 new 58b7df032ed libphobos: Merge upstream phobos 791c5d240
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 | 42 + gcc/DATESTAMP | 2 +- gcc/asan.c | 11 +- gcc/cgraphunit.c | 9 + gcc/config/s390/s390.c | 10 +- gcc/config/sparc/sparc.md | 12 +- gcc/cp/ChangeLog | 22 + gcc/cp/pt.c | 15 +- gcc/cp/typeck2.c | 1 - gcc/go/gofrontend/MERGE | 2 +- gcc/input.c | 30 + gcc/ipa-pure-const.c | 3 +- gcc/po/ChangeLog | 4 + gcc/po/fi.po | 9745 +++++++++----------- gcc/po/fr.po | 722 +- gcc/testsuite/ChangeLog | 27 + gcc/testsuite/g++.dg/cpp0x/nullptr40.C | 19 + gcc/testsuite/g++.dg/cpp0x/nullptr41.C | 19 + gcc/testsuite/g++.dg/cpp1y/lambda-generic-func1.C | 12 + .../g++.dg/cpp2a/is-constant-evaluated7.C | 18 + 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 + 38 files changed, 4691 insertions(+), 6149 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/nullptr40.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/nullptr41.C create mode 100644 gcc/testsuite/g++.dg/cpp1y/lambda-generic-func1.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/is-constant-evaluated7.C create mode 100644 gcc/testsuite/gcc.target/s390/pr89233.c create mode 100644 gcc/testsuite/gfortran.dg/pr89253.f