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-aarch64-stable-allnoconfig in repository toolchain/ci/gcc.
from 6775172431a analyzer: fix ICE with 'const void *' (PR 93457) adds d2b9548f38c c++: Reduce memory consumption for large static arrays. adds e98ebda074b c++: Reduce memory consumption for arrays of non-aggregate type. adds 00a49cd840f c++: Fix sizeof VLA lambda capture. adds d1a80303866 Daily bump. adds 20fa702b32c Fixes after recent configure changes relating to static libraries adds 2d33dcfe9f0 nios2: Support for GOT-relative DW_EH_PE_datarel encoding. adds add31061ec2 fortran: Fix up TYPE_ARG_TYPES of procs with scalar VALUE o [...]
No new revisions were added by this update.
Summary of changes: config/ChangeLog | 4 ++ config/lib-link.m4 | 2 +- gcc/ChangeLog | 15 ++++++ gcc/DATESTAMP | 2 +- gcc/config.in | 6 +++ gcc/config/nios2/nios2.h | 40 ++++++++++++--- gcc/configure | 66 ++++++++++++++++++++++--- gcc/configure.ac | 11 +++++ gcc/cp/ChangeLog | 17 +++++++ gcc/cp/decl.c | 50 +++++++++++++------ gcc/cp/parser.c | 18 +++++++ gcc/cp/semantics.c | 11 ++++- gcc/fortran/ChangeLog | 8 +++ gcc/fortran/trans-decl.c | 6 ++- gcc/fortran/trans-types.c | 10 ++++ gcc/testsuite/ChangeLog | 7 +++ gcc/testsuite/g++.dg/cpp0x/lambda/lambda-vla5.C | 13 +++++ gcc/testsuite/g++.target/nios2/hello-pie.C | 14 ++++++ gcc/testsuite/g++.target/nios2/nios2.exp | 34 +++++++++++++ intl/ChangeLog | 4 ++ intl/configure | 58 +++++++++++++++++----- libcpp/ChangeLog | 4 ++ libcpp/configure | 2 +- libgcc/ChangeLog | 9 ++++ libgcc/config.host | 3 +- libgcc/config/nios2/elf-lib.h | 24 +++++++++ libgcc/unwind-dw2-fde-dip.c | 2 +- libstdc++-v3/ChangeLog | 4 ++ libstdc++-v3/configure | 2 +- 29 files changed, 395 insertions(+), 51 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-vla5.C create mode 100644 gcc/testsuite/g++.target/nios2/hello-pie.C create mode 100644 gcc/testsuite/g++.target/nios2/nios2.exp create mode 100644 libgcc/config/nios2/elf-lib.h