This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 62f8927 Don't create SSA names until in SSA form new 35c5f68 Move hypot folds to match.pd new cef15d0 Move pow folds to match.pd new ff19098 Move powi folds to match.pd new 762f6b3 Move expN folds to match.pd
The 4 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 | 27 +++ gcc/builtins.c | 289 ++++---------------------- gcc/match.pd | 93 ++++++++- gcc/testsuite/ChangeLog | 8 + gcc/testsuite/gcc.dg/builtins-52.c | 2 +- gcc/testsuite/gcc.dg/torture/builtin-math-1.c | 1 + 6 files changed, 169 insertions(+), 251 deletions(-)