This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 229752afe31 VEC_COND_EXPR optimizations new 27eac9ee613 Static analysis for definition of DO index variables in con [...] new dd30d93f1a3 Added test case to make sure that legal cases still pass. new d21252de6c8 c++: cxx_eval_vec_init after zero-initialization [PR96282]
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: gcc/cp/constexpr.c | 18 +- gcc/fortran/frontend-passes.c | 258 ++++++++++++++++++++++++- gcc/testsuite/g++.dg/cpp0x/constexpr-array26.C | 13 ++ gcc/testsuite/g++.dg/cpp0x/constexpr-array27.C | 13 ++ gcc/testsuite/g++.dg/cpp2a/constexpr-init18.C | 16 ++ gcc/testsuite/gfortran.dg/do_check_13.f90 | 86 +++++++++ gcc/testsuite/gfortran.dg/do_check_14.f90 | 56 ++++++ gcc/testsuite/gfortran.dg/do_check_4.f90 | 24 ++- 8 files changed, 472 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-array26.C create mode 100644 gcc/testsuite/g++.dg/cpp0x/constexpr-array27.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-init18.C create mode 100644 gcc/testsuite/gfortran.dg/do_check_13.f90 create mode 100644 gcc/testsuite/gfortran.dg/do_check_14.f90