This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7a01cc711f3 xtensa: Add supplementary split pattern for "*addsubx" new 8fc5593df8e predcom: Punt for steps which aren't multiples of access si [...] new f92cf8cbbe1 bitint: Handle complex types in build_bitint_stmt_ssa_confl [...]
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/gimple-lower-bitint.cc | 71 +++++++++++++++++++------------- gcc/testsuite/gcc.dg/pr111683-1.c | 22 ++++++++++ gcc/testsuite/gcc.dg/pr111683-2.c | 27 ++++++++++++ gcc/testsuite/gcc.dg/torture/bitint-67.c | 29 +++++++++++++ gcc/tree-predcom.cc | 33 ++++++++++++++- 5 files changed, 153 insertions(+), 29 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr111683-1.c create mode 100644 gcc/testsuite/gcc.dg/pr111683-2.c create mode 100644 gcc/testsuite/gcc.dg/torture/bitint-67.c