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 2048dcc39b1 LoongArch: Change {dg-do-what-default} save and restore logical. new 7381ea8fc4d combine: Use reg_used_between_p rather than modified_betwee [...] new c0946fe4d21 c: Fix ICEs with -fsanitize=pointer-{subtract,compare} [PR119582] new 293a95b87c5 lto: lto-opts fixes [PR119625] new 8581982e8c9 libquadmath: Fix up THREEp96 constant in expq new 008ba21711a bitintlower: Fix up handling of nested casts in m_upward_2l [...] new 056a01f9fa8 bitintlower: Fix up handling of SSA_NAME copies in coalesci [...] new 2aa812386ad driver: Fix up -freport-bug for ASLR [PR119727] new 438c4df2221 driver: On linux hosts disable ASLR during -freport-bug [PR119727] new efb22612f98 expmed: Always use QImode for init_expmed set_zero_cost [PR119785] new 40c50659569 bitintlower: Fix interaction of gimple_assign_copy_p stmts [...] new 50bd360f927 libatomic: Fix up libat_{,un}lock_n [PR119796] new d490c5884bf libatomic: Fix up libat_{,un}lock_n for mingw [PR119796]
The 12 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/c-typeck.cc | 8 +-- gcc/combine.cc | 16 +++--- gcc/config.in | 7 +++ gcc/configure | 40 ++++++++++++- gcc/configure.ac | 15 +++++ gcc/expmed.cc | 2 +- gcc/gcc.cc | 80 +++++++++++++++----------- gcc/gimple-lower-bitint.cc | 57 +++++++++++++++--- gcc/gimple-lower-bitint.h | 1 + gcc/lto-opts.cc | 43 +++++++------- gcc/testsuite/gcc.c-torture/execute/pr119291.c | 33 +++++++++++ gcc/testsuite/gcc.dg/asan/pr119582.c | 23 ++++++++ gcc/testsuite/gcc.dg/torture/bitint-76.c | 19 ++++++ gcc/tree-ssa-coalesce.cc | 22 +++---- libatomic/config/mingw/lock.c | 50 ++++++++++------ libatomic/config/posix/lock.c | 39 +++++++------ libquadmath/math/expq.c | 2 +- 17 files changed, 334 insertions(+), 123 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr119291.c create mode 100644 gcc/testsuite/gcc.dg/asan/pr119582.c create mode 100644 gcc/testsuite/gcc.dg/torture/bitint-76.c