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 608486e6786 Daily bump. new ffce44e8be1 middle-end/116891 - fix (negate (IFN_FNMS@3 @0 @1 @2)) -> ( [...] new 6603ec4d113 match.pd: Further fma negation fixes [PR116891] new 20c180cf65e c-family: Fix up -Wsizeof-pointer-memaccess ICEs [PR117230]
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/c-family/c-warn.cc | 20 +++++---- gcc/match.pd | 8 ++-- .../c-c++-common/Wsizeof-pointer-memaccess5.c | 29 +++++++++++++ gcc/testsuite/gcc.dg/pr116891.c | 47 ++++++++++++++++++++++ gcc/testsuite/gcc.target/i386/fma-pr116891.c | 19 +++++++++ 5 files changed, 111 insertions(+), 12 deletions(-) create mode 100644 gcc/testsuite/c-c++-common/Wsizeof-pointer-memaccess5.c create mode 100644 gcc/testsuite/gcc.dg/pr116891.c create mode 100644 gcc/testsuite/gcc.target/i386/fma-pr116891.c