This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 84f4954c382 tree-optimization/95049 - fix not terminating RPO VN iteration new 2403d3d7a5e rs6000: Add scalar cfuged instruction
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 | 13 ++++++++ gcc/config/rs6000/rs6000-builtin.def | 37 +++++++++++++++++++++ gcc/config/rs6000/rs6000.md | 10 ++++++ gcc/doc/extend.texi | 22 +++++++++++++ gcc/testsuite/ChangeLog | 5 +++ gcc/testsuite/gcc.target/powerpc/cfuged-0.c | 50 +++++++++++++++++++++++++++++ gcc/testsuite/gcc.target/powerpc/cfuged-1.c | 50 +++++++++++++++++++++++++++++ 7 files changed, 187 insertions(+) create mode 100644 gcc/testsuite/gcc.target/powerpc/cfuged-0.c create mode 100644 gcc/testsuite/gcc.target/powerpc/cfuged-1.c