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 e80523288c9 testsuite: gm2: Remove timeout overrides [PR114886] new 14a7296d044 combine: Fix up simplify_compare_const [PR115092] new a7dd44c02ec rs6000: Fix up PCH in --enable-host-pie builds [PR115324] new 1c1bc2553f6 invoke.texi: Clarify -march=lujiazui new f9af4a05e02 builtins: Force SAVE_EXPR for __builtin_{add,sub,mul}_overf [...] new a88e13bd7e0 fold-const: Fix up CLZ handling in tree_call_nonnegative_wa [...]
The 5 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/builtins.cc | 22 +++++++- gcc/combine.cc | 6 ++- gcc/config/rs6000/rs6000-builtin.cc | 2 +- gcc/config/rs6000/rs6000-c.cc | 62 +++++++++++----------- gcc/config/rs6000/rs6000-gen-builtins.cc | 72 ++++++++++++++------------ gcc/doc/invoke.texi | 6 ++- gcc/fold-const.cc | 6 ++- gcc/testsuite/gcc.c-torture/execute/pr108789.c | 39 ++++++++++++++ gcc/testsuite/gcc.dg/bitint-106.c | 29 +++++++++++ gcc/testsuite/gcc.dg/pr114902.c | 23 ++++++++ gcc/testsuite/gcc.dg/pr115092.c | 16 ++++++ 11 files changed, 213 insertions(+), 70 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr108789.c create mode 100644 gcc/testsuite/gcc.dg/bitint-106.c create mode 100644 gcc/testsuite/gcc.dg/pr114902.c create mode 100644 gcc/testsuite/gcc.dg/pr115092.c