This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cc155ff9c38 For the `-A CMP -B -> B CMP A` pattern allow EQ/NE for all [...] new e60593f3881 Improve do_store_flag for single bit when there is no non-z [...] new 3f085e45755 Handle const_int in expand_single_bit_test
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/expr.cc | 38 ++++++++++++++++++-------------------- gcc/testsuite/gcc.dg/pr110117-1.c | 31 +++++++++++++++++++++++++++++++ gcc/testsuite/gcc.dg/pr110117-2.c | 7 +++++++ 3 files changed, 56 insertions(+), 20 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/pr110117-1.c create mode 100644 gcc/testsuite/gcc.dg/pr110117-2.c