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 61cb0c889e1 testsuite: Fix up consteval-prop21.C for 32-bit targets [PR115986] new a7f1b00ed69 tree-optimization/116057 - wrong code with CCP and vector CTORs new da7f0be91e2 c++: wrong error initializing empty class [PR115900]
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 | 14 ++++++++++---- gcc/testsuite/g++.dg/cpp2a/constexpr-init23.C | 22 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/torture/pr116057.c | 20 ++++++++++++++++++++ gcc/tree-ssa-ccp.cc | 11 +++++++++++ 4 files changed, 63 insertions(+), 4 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-init23.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr116057.c