This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch devel/omp/gcc-14 in repository gcc.
from 7543bfda00d omp-offload.cc: Fix value-expr handling of 'declare target [...] adds f30caf1bda8 c++: ICE with concept, local class, and lambda [PR115561] adds 56d5f8a6051 c++: consteval propagation and templates [PR115986] adds 9662299593c c++: if consteval and consteval propagation [PR115583] adds 61cb0c889e1 testsuite: Fix up consteval-prop21.C for 32-bit targets [PR115986] adds a7f1b00ed69 tree-optimization/116057 - wrong code with CCP and vector CTORs adds da7f0be91e2 c++: wrong error initializing empty class [PR115900] adds 7c688e026a6 Daily bump. adds ee6c5afec36 x86: Don't enable APX_F in 32-bit mode adds 10323e2cca9 Daily bump. adds 0f4eb657853 Daily bump. adds 04696df0963 Update ChangeLog and version files for release new 84efccbc61d Merge branch 'releases/gcc-14' into devel/omp/gcc-14
The 1 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: ChangeLog | 4 ++ c++tools/ChangeLog | 4 ++ config/ChangeLog | 4 ++ contrib/ChangeLog | 4 ++ contrib/header-tools/ChangeLog | 4 ++ contrib/reghunt/ChangeLog | 4 ++ contrib/regression/ChangeLog | 4 ++ fixincludes/ChangeLog | 4 ++ gcc/BASE-VER | 2 +- gcc/ChangeLog | 40 +++++++++++++ gcc/DATESTAMP | 2 +- gcc/ada/ChangeLog | 4 ++ gcc/analyzer/ChangeLog | 4 ++ gcc/c-family/ChangeLog | 4 ++ gcc/c/ChangeLog | 4 ++ gcc/config/i386/driver-i386.cc | 3 +- gcc/config/i386/i386-options.cc | 3 +- gcc/cp/ChangeLog | 39 ++++++++++++ gcc/cp/constexpr.cc | 21 +++++-- gcc/cp/cp-gimplify.cc | 4 ++ gcc/cp/semantics.cc | 2 +- gcc/d/ChangeLog | 4 ++ gcc/fortran/ChangeLog | 4 ++ gcc/go/ChangeLog | 4 ++ gcc/jit/ChangeLog | 4 ++ gcc/lto/ChangeLog | 4 ++ gcc/m2/ChangeLog | 4 ++ gcc/objc/ChangeLog | 4 ++ gcc/objcp/ChangeLog | 4 ++ gcc/po/ChangeLog | 4 ++ gcc/rust/ChangeLog | 4 ++ gcc/testsuite/ChangeLog | 69 ++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp23/consteval-if13.C | 17 ++++++ gcc/testsuite/g++.dg/cpp2a/concepts-lambda21.C | 69 ++++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/consteval-prop21.C | 23 ++++++++ gcc/testsuite/g++.dg/cpp2a/constexpr-init23.C | 22 +++++++ gcc/testsuite/gcc.dg/torture/pr116057.c | 20 +++++++ .../gcc.target/i386/{pr101395-2.c => pr115978-1.c} | 6 +- gcc/testsuite/gcc.target/i386/pr115978-2.c | 6 ++ gcc/tree-ssa-ccp.cc | 11 ++++ gnattools/ChangeLog | 4 ++ gotools/ChangeLog | 4 ++ include/ChangeLog | 4 ++ libada/ChangeLog | 4 ++ libatomic/ChangeLog | 4 ++ libbacktrace/ChangeLog | 4 ++ libcc1/ChangeLog | 4 ++ libcody/ChangeLog | 4 ++ libcpp/ChangeLog | 4 ++ libcpp/po/ChangeLog | 4 ++ libdecnumber/ChangeLog | 4 ++ libffi/ChangeLog | 4 ++ libgcc/ChangeLog | 4 ++ libgcc/config/avr/libf7/ChangeLog | 4 ++ libgcc/config/libbid/ChangeLog | 4 ++ libgfortran/ChangeLog | 4 ++ libgm2/ChangeLog | 4 ++ libgomp/ChangeLog | 11 +--- libgomp/ChangeLog.omp | 10 ++++ libgrust/ChangeLog | 4 ++ libiberty/ChangeLog | 4 ++ libitm/ChangeLog | 4 ++ libobjc/ChangeLog | 4 ++ libphobos/ChangeLog | 4 ++ libquadmath/ChangeLog | 4 ++ libsanitizer/ChangeLog | 4 ++ libssp/ChangeLog | 4 ++ libstdc++-v3/ChangeLog | 4 ++ libvtv/ChangeLog | 4 ++ lto-plugin/ChangeLog | 4 ++ maintainer-scripts/ChangeLog | 4 ++ zlib/ChangeLog | 4 ++ 72 files changed, 565 insertions(+), 23 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp23/consteval-if13.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/concepts-lambda21.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/consteval-prop21.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/constexpr-init23.C create mode 100644 gcc/testsuite/gcc.dg/torture/pr116057.c copy gcc/testsuite/gcc.target/i386/{pr101395-2.c => pr115978-1.c} (73%) create mode 100644 gcc/testsuite/gcc.target/i386/pr115978-2.c