This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 62c47568f5f gcc/ada/ new f3e5187b6b0 PR sanitizer/81281 * match.pd ((T)(P + A) - (T)P -> (T) A [...] new 5b3e6491d2c PR tree-optimization/83269 * fold-const.c (fold_binary_lo [...]
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/ChangeLog | 17 +++++ gcc/fold-const.c | 19 +++-- gcc/match.pd | 45 ++++++----- gcc/testsuite/ChangeLog | 8 ++ gcc/testsuite/gcc.c-torture/execute/pr83269.c | 14 ++++ gcc/testsuite/gcc.dg/pr81281-3.c | 105 ++++++++++++++++++++++++++ 6 files changed, 182 insertions(+), 26 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/execute/pr83269.c create mode 100644 gcc/testsuite/gcc.dg/pr81281-3.c