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 07dab3f6b56 [PR modula2/113768][PR modula2/114133] bugfix constants mus [...] new aca573ea64c tree-inline: Remove .ASAN_MARK calls when inlining function [...] new f43f346f198 expansion: Use __trunchfbf2 calls rather than __extendhfbf2 [...]
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/expr.cc | 12 ++++++++++-- gcc/optabs-libfuncs.cc | 4 +++- gcc/testsuite/gcc.dg/asan/pr114956.c | 26 ++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr114907.c | 27 +++++++++++++++++++++++++++ gcc/tree-inline.cc | 28 +++++++++++++++++++++------- 5 files changed, 87 insertions(+), 10 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/asan/pr114956.c create mode 100644 gcc/testsuite/gcc.dg/pr114907.c