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-lts-defconfig in repository toolchain/ci/gcc.
from 2a07345c4f8 Fix for PR 91333 - suboptimal register allocation for i [...] adds 09bea5845a5 analyzer: fix ICE handling void-type (PR 93373) adds 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/analyzer/ChangeLog | 15 ++++++ gcc/analyzer/region-model.cc | 14 ++++-- 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 | 17 +++++++ 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 +++++++++++++ gcc/testsuite/gcc.dg/analyzer/pr93457.c | 10 ++++ gcc/testsuite/gcc.dg/analyzer/torture/pr93373.c | 3 ++ 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 +- 33 files changed, 442 insertions(+), 56 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 gcc/testsuite/gcc.dg/analyzer/pr93457.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/pr93373.c create mode 100644 libgcc/config/nios2/elf-lib.h