This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_gnu_cross_build/master-aarch64 in repository toolchain/ci/gcc.
from 33fdbbe4ce6 Fortran: Add missing ST_OMP_END_SCOPE handling [PR102313] adds f008fd3a480 c++: Fix __is_*constructible/assignable for templates [PR102305] adds 818c505188f c++: Update DECL_*SIZE for objects with flexible array memb [...] adds de07cff96ab c++: empty union member activation during constexpr [PR102163] adds c5a735fa9df coroutines: Expose implementation state to the debugger. adds 70ee703c479 coroutines: Make proxy vars for the function arg copies. adds fb323726518 configure: Avoid unnecessary constraints on executables for [...] new f80b9be083e rs6000: Disable optimizing multiple xxsetaccz instructions [...] new c89d805397f c++tools : Add a simple handler for ModuleCompiledRequest. new b305ec979d9 Fortran - fix ICE during error recovery checking entry char [...]
The 3 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: c++tools/resolver.cc | 11 + c++tools/resolver.h | 4 + gcc/Makefile.in | 7 - gcc/config/rs6000/mma.md | 31 +- gcc/config/rs6000/rs6000.c | 2 +- gcc/configure | 18 +- gcc/configure.ac | 10 - gcc/cp/constexpr.c | 34 +- gcc/cp/coroutines.cc | 530 +++++++++++------------ gcc/cp/decl.c | 32 ++ gcc/cp/method.c | 1 + gcc/fortran/resolve.c | 4 +- gcc/testsuite/g++.dg/cpp0x/constexpr-empty17.C | 21 + gcc/testsuite/g++.dg/cpp0x/pr102305.C | 39 ++ gcc/testsuite/g++.target/i386/pr102295.C | 12 + gcc/testsuite/gcc.target/powerpc/mma-builtin-6.c | 14 +- gcc/testsuite/gfortran.dg/entry_25.f90 | 13 + 17 files changed, 440 insertions(+), 343 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-empty17.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr102305.C create mode 100644 gcc/testsuite/g++.target/i386/pr102295.C create mode 100644 gcc/testsuite/gfortran.dg/entry_25.f90