This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 0284886b8eb ChangeLog: Manually add entries for r15-4998 and r15-5004 new af1277b4d0d VN: Canonicalize compares before calling vn_nary_op_lookup_pieces new 6e84a41622f VN: Don't recurse on for the same value of `a | b` [PR117496] new ed88bc23443 fold: Remove (rrotate (rrotate A CST) CST) folding [PR117492] new 7729df2f828 Darwin: Support '-ObjC{,++}' as shorthand for -xobjective-c [...]
The 4 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/config/darwin-driver.cc | 10 +++++++++ gcc/config/darwin.opt | 6 ++++++ gcc/fold-const.cc | 10 --------- gcc/testsuite/gcc.dg/torture/pr117492-1.c | 16 +++++++++++++++ gcc/testsuite/gcc.dg/torture/pr117496-1.c | 25 +++++++++++++++++++++++ gcc/tree-ssa-sccvn.cc | 34 +++++++++++++++++++++++-------- 6 files changed, 83 insertions(+), 18 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/torture/pr117492-1.c create mode 100644 gcc/testsuite/gcc.dg/torture/pr117496-1.c