This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from b20c6458fa0 cobol: Implement the XML PARSE statement. new 22448c7f647 match: Add support for `((signed)a </>= 0) ? min/max (a, c) [...] new f345fc997dc phiopt: Remove minmax_replacement [PR101024] new a4e033fb51d match: improve handling of `((signed)x) < 0` to `x >= (unsi [...]
The 3 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 | 123 +++--- gcc/fold-const.h | 3 + gcc/match.pd | 54 ++- gcc/testsuite/gcc.dg/tree-ssa/bool-12.c | 17 +- gcc/tree-ssa-phiopt.cc | 671 ++------------------------------ 5 files changed, 152 insertions(+), 716 deletions(-)