This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from e28fa70213a PR target/82498 * config/i386/ia32intrin.h (__rold, __ror [...] new 6b9dcb7a82c PR target/82498 * fold-const.c (fold_binary_loc) <bit_rot [...] new b11bf8d85f5 PR target/82524 * config/i386/i386.md (addqi_ext_1, andqi [...]
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/ChangeLog | 15 +++++ gcc/config/i386/i386.md | 47 ++++++++++----- gcc/fold-const.c | 84 +++++++++++++++------------ gcc/testsuite/ChangeLog | 6 ++ gcc/testsuite/gcc.c-torture/execute/pr82524.c | 37 ++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr82498.c | 53 +++++++++++++++++ 6 files changed, 188 insertions(+), 54 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr82524.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr82498.c