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-release-aarch64-next-allnoconfig in repository toolchain/gcc.
from 77fd24bf631 x86: Fix _mm_cmpgt_epi8 with -funsigned-char adds 2a8e09a27ff [PR c++/87531] Fix second bug adds f7e5f7c0c47 libitm/ Backport from mainline 2018-12-13 Peter Bergner [...] adds f8499daa2e9 Daily bump. adds 97c025d2d8a PR target/88224: Fix FPU configuration of Cortex-R7 and Cortex-R8 adds fbc08b62620 [AArch64][doc] Clarify -msve-vector-bits=128 behaviour adds 5fcbec0675b Daily bump. adds 520d71b14f6 Backport from mainline 2018-11-02 Richard Biener <rguen [...] adds abf54c8d65c * ipa.c (cgraph_build_static_cdtor_1): Add OPTIMIZATION an [...] adds 38e08149c16 Backport from trunk 2018-12-14 Segher Boessenkool <segh [...]
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 42 ++++++++++++++++++++++ gcc/DATESTAMP | 2 +- gcc/config/arm/arm-cpus.in | 8 +++-- gcc/cp/ChangeLog | 10 ++++++ gcc/cp/class.c | 1 + gcc/cp/name-lookup.c | 11 ------ gcc/cp/parser.c | 9 +++-- gcc/cp/semantics.c | 7 ++-- gcc/doc/invoke.texi | 34 ++++++++++++------ gcc/dwarf2out.c | 5 +-- gcc/function.c | 2 +- gcc/ipa.c | 12 +++++-- gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/g++.dg/lookup/pr87531-2.C | 63 +++++++++++++++++++++++++++++++++ libitm/ChangeLog | 8 +++++ libitm/config/powerpc/target.h | 15 +++++++- 16 files changed, 197 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/g++.dg/lookup/pr87531-2.C