This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 6c99cfac180 2017-11-24 Richard Biener rguenther@suse.de new 472f3f23ce0 Factor out division by squares
The 1 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 | 9 ++ gcc/testsuite/ChangeLog | 7 + gcc/testsuite/gcc.dg/extract_recip_3.c | 29 ++++ gcc/testsuite/gcc.dg/extract_recip_4.c | 34 +++++ gcc/testsuite/gfortran.dg/extract_recip_1.f | 19 +++ gcc/tree-ssa-math-opts.c | 221 ++++++++++++++++++++++++---- 6 files changed, 289 insertions(+), 30 deletions(-) create mode 100644 gcc/testsuite/gcc.dg/extract_recip_3.c create mode 100644 gcc/testsuite/gcc.dg/extract_recip_4.c create mode 100644 gcc/testsuite/gfortran.dg/extract_recip_1.f