This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch releases/gcc-14 in repository gcc.
from 8f4df0d836f middle-end: fix masking for partial vectors and early break [...] new 8dce1aa0579 c++: shortcut constexpr vector ctor [PR113835] new 1e91580d649 c++: format attribute redeclaration [PR116954]
The 2 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.cc | 25 +++++++++++++++++++++---- gcc/cp/contracts.cc | 9 ++++++++- gcc/cp/cp-tree.h | 1 + gcc/testsuite/g++.dg/cpp2a/constexpr-vector1.C | 8 ++++++++ gcc/testsuite/g++.dg/warn/Wformat-3.C | 19 +++++++++++++++++++ 5 files changed, 57 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-vector1.C create mode 100644 gcc/testsuite/g++.dg/warn/Wformat-3.C