This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from ae1b05641cc LoongArch: testsuite:Fix problems with incorrect results in [...] new e1bd0f293d8 sccvn: Avoid UB in ao_ref_init_from_vn_reference [PR105533] new c655c8d8d84 expand: Fix UB in choose_mult_variant [PR105533] new b209d905f5c bb-reorder: Fix -freorder-blocks-and-partition ICEs on aarc [...]
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/bb-reorder.cc | 3 ++- gcc/expmed.cc | 14 +++++++++----- gcc/testsuite/gcc.dg/pr105533.c | 9 +++++++++ gcc/testsuite/gcc.dg/pr110079.c | 43 +++++++++++++++++++++++++++++++++++++++++ gcc/tree-ssa-sccvn.cc | 2 +- 5 files changed, 64 insertions(+), 7 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr105533.c create mode 100644 gcc/testsuite/gcc.dg/pr110079.c