This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a9ec9902d7f fold-const: Avoid (cast) ((cast2) x p+ y) folding for -fsan [...] new 9e603837f7a wide-int: Fix wi::to_mpz [PR98474] new 8f12ce2ea3b match.pd: Add (-(X < 0) | 1) * X -> abs (X) etc. simplifica [...]
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/match.pd | 16 ++++++++++++ gcc/testsuite/gcc.c-torture/execute/pr98474.c | 30 ++++++++++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/pr94785.c | 36 +++++++++++++++++++++++++++ gcc/wide-int.cc | 14 +++++++++++ 4 files changed, 96 insertions(+) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr98474.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/pr94785.c