This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from af66ad89e81 middle-end/114070 - folding breaking VEC_COND expansion new f9d2a95be56 fold-const: Avoid infinite recursion in +-*&|^minmax reasso [...] new 24aa051af7c match.pd: Guard 2 simplifications on integral TYPE_OVERFLOW [...]
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/fold-const.cc | 51 ++++++++++++++++++++++++++++++++-------- gcc/match.pd | 10 ++++---- gcc/testsuite/gcc.dg/bitint-94.c | 12 ++++++++++ gcc/testsuite/gcc.dg/pr114090.c | 38 ++++++++++++++++++++++++++++++ 4 files changed, 97 insertions(+), 14 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/bitint-94.c create mode 100644 gcc/testsuite/gcc.dg/pr114090.c