This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/c++-coroutines in repository gcc.
from 46b6da933ac Merge master r10-6384. 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 [...] new c8200f0434f Merge master r10-6393.
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: 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 +++++ .../{riscv/riscv.exp => nios2/nios2.exp} | 6 +- 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/{frv => nios2}/elf-lib.h | 6 +- libgcc/unwind-dw2-fde-dip.c | 2 +- libstdc++-v3/ChangeLog | 4 ++ libstdc++-v3/configure | 2 +- 33 files changed, 389 insertions(+), 63 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-vla5.C create mode 100644 gcc/testsuite/g++.target/nios2/hello-pie.C copy gcc/testsuite/g++.target/{riscv/riscv.exp => nios2/nios2.exp} (86%) create mode 100644 gcc/testsuite/gcc.dg/analyzer/pr93457.c create mode 100644 gcc/testsuite/gcc.dg/analyzer/torture/pr93373.c copy libgcc/config/{frv => nios2}/elf-lib.h (86%)