This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from d74fa224a36 rs6000: Fix vec-init-6.c (PR87081) new 37db4f8d72c No a*x+b*x factorization for signed vectors new 7127b8d74c6 vector<bool> _M_start and 0 offset new 54333f7f10a ((X /[ex] A) +- B) * A --> X +- A * B
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/ChangeLog | 10 ++++++++++ gcc/fold-const.c | 2 +- gcc/match.pd | 19 +++++++++++++++++++ gcc/testsuite/ChangeLog | 5 +++++ gcc/testsuite/gcc.dg/tree-ssa/muldiv-1.c | 13 +++++++++++++ gcc/testsuite/gcc.dg/tree-ssa/muldiv-2.c | 12 ++++++++++++ gcc/tree.c | 13 ++++++++++++- libstdc++-v3/ChangeLog | 6 ++++++ libstdc++-v3/include/bits/stl_bvector.h | 6 +++--- 9 files changed, 81 insertions(+), 5 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/muldiv-1.c create mode 100644 gcc/testsuite/gcc.dg/tree-ssa/muldiv-2.c