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 17ec4636f24 Daily bump. new 3ae40fa0add c++: Don't emit deprecated/unavailable attribute diagnostic [...] new 11195a9e0a4 i386: Fix up _mm_min_ss etc. handling of zeros and NaNs [PR116738] new 31c8b82bd7a cselib: Discard useless locs of preserved VALUEs [PR116627] new 3df53e5554c range-cache: Fix ICE on SSA_NAME with def_stmt not yet in t [...] new 80f13430350 range-cache: Fix ranger ICE if number of bbs increases [PR116899] new 68316afcb50 i386: Fix up ix86_expand_int_compare with TImode comparison [...]
The 6 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/config/i386/i386-expand.cc | 2 ++ gcc/config/i386/sse.md | 41 +++++++++++++++++++++++++++- gcc/config/i386/subst.md | 3 ++ gcc/cp/optimize.cc | 6 ++++ gcc/cselib.cc | 5 ++++ gcc/gimple-range-cache.cc | 21 +++++++------- gcc/testsuite/g++.dg/warn/deprecated-20.C | 16 +++++++++++ gcc/testsuite/gcc.dg/bitint-110.c | 20 ++++++++++++++ gcc/testsuite/gcc.dg/bitint-111.c | 16 +++++++++++ gcc/testsuite/gcc.target/i386/pr116921.c | 12 ++++++++ gcc/testsuite/gcc.target/i386/sse-pr116738.c | 28 +++++++++++++++++++ 11 files changed, 159 insertions(+), 11 deletions(-) create mode 100644 gcc/testsuite/g++.dg/warn/deprecated-20.C create mode 100644 gcc/testsuite/gcc.dg/bitint-110.c create mode 100644 gcc/testsuite/gcc.dg/bitint-111.c create mode 100644 gcc/testsuite/gcc.target/i386/pr116921.c create mode 100644 gcc/testsuite/gcc.target/i386/sse-pr116738.c