This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_bmk_tx1/gnu-release-aarch64-spec2k6-O3 in repository toolchain/ci/gcc.
from 466ad887c9e Add missing unit dependence vector in data dependence analysis adds f1d34396c26 Add early return for invalid STATUS for close. adds abbdc12d020 Daily bump. adds 104c812b36a Daily bump. adds 81e65b210d3 x86: Handle -mavx512vpopcntdq for -march=native adds 1b91e2f53b6 Daily bump. adds 91664c43c0a c++: generic lambda and -fsanitize=vla-bound [PR93822] adds f76202e096f c++: -fmerge-all-constants vs. destructors [PR91529] adds e153e0ef3a3 c++: Local class DMI using local static [PR90479] adds 0296697cf98 c++: constexpr and lambda capture [PR90212] adds b31e1415414 Daily bump. adds cd8cc299de6 [rs6000] fix mffsl emulation
No new revisions were added by this update.
Summary of changes: gcc/ChangeLog | 6 ++++++ gcc/DATESTAMP | 2 +- gcc/config/i386/driver-i386.c | 8 ++++--- gcc/config/rs6000/rs6000.md | 25 +++++++++++----------- gcc/cp/ChangeLog | 23 ++++++++++++++++++++ gcc/cp/constexpr.c | 8 ++++++- gcc/cp/decl.c | 5 ++++- gcc/cp/init.c | 8 ++++--- gcc/cp/pt.c | 9 ++++++++ .../g++.dg/cpp0x/lambda/lambda-constexpr2.C | 13 +++++++++++ gcc/testsuite/g++.dg/cpp0x/nsdmi-template20.C | 13 +++++++++++ gcc/testsuite/g++.dg/init/const14.C | 14 ++++++++++++ gcc/testsuite/gcc.target/powerpc/test_mffsl.c | 12 +++++++---- libgfortran/ChangeLog | 6 ++++++ libgfortran/io/close.c | 8 ++++++- libgomp/ChangeLog | 5 +++++ .../testsuite/libgomp.fortran/close_errors_1.f90 | 19 ++++++++++++++++ 17 files changed, 158 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/lambda/lambda-constexpr2.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/nsdmi-template20.C create mode 100644 gcc/testsuite/g++.dg/init/const14.C create mode 100644 libgomp/testsuite/libgomp.fortran/close_errors_1.f90