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 8be94d56431 i386: Fix expand_vector_set for VEC_MERGE/VEC_DUPLICATE RTX [...] new 420e17e642e c++: ICE with ()-init and TARGET_EXPR eliding [PR116424] new 0784e8934e9 c++: wrong error due to std::initializer_list opt [PR116476] new 36de56d3d64 c++: ICE with -Wtautological-compare in template [PR116534]
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/call.cc | 6 +++++- gcc/cp/typeck2.cc | 14 +++++++------- gcc/fold-const.cc | 12 +++++++++--- gcc/testsuite/g++.dg/cpp0x/initlist-opt2.C | 21 +++++++++++++++++++++ gcc/testsuite/g++.dg/cpp2a/paren-init38.C | 20 ++++++++++++++++++++ gcc/testsuite/g++.dg/warn/Wtautological-compare4.C | 21 +++++++++++++++++++++ 6 files changed, 83 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/cpp0x/initlist-opt2.C create mode 100644 gcc/testsuite/g++.dg/cpp2a/paren-init38.C create mode 100644 gcc/testsuite/g++.dg/warn/Wtautological-compare4.C