This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from cd2022f3929 libstdc++: Add GDB printer for std::integral_constant new 7f56a90269b match: Delay folding of 1/x into `(x+1u)<2u?x:0` until late [...] new a2be4e15599 expr: Limit the store flag optimization for single bit to n [...]
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 | 2 ++ gcc/match.pd | 12 +++++++----- gcc/testsuite/gcc.c-torture/compile/pr113322-1.c | 14 ++++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/divide-8.c | 13 +++++++++++++ 4 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.c-torture/compile/pr113322-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/divide-8.c