This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 9537da6ebb4 rs6000: Improve truncifsf2 new d3402cb04c4 rs6000: Fix testsuite bug in check_ppc_float128_hw_available new bf96f8c4f2d rs6000: New testsuite selectors new c2dfb00dfd0 rs6000: New testcase fp-convert.c
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/testsuite/ChangeLog | 17 ++++ gcc/testsuite/gcc.target/powerpc/convert-fp-128.c | 99 +++++++++++++++++++++++ gcc/testsuite/gcc.target/powerpc/convert-fp-64.c | 61 ++++++++++++++ gcc/testsuite/lib/target-supports.exp | 41 +++++++++- 4 files changed, 217 insertions(+), 1 deletion(-) create mode 100644 gcc/testsuite/gcc.target/powerpc/convert-fp-128.c create mode 100644 gcc/testsuite/gcc.target/powerpc/convert-fp-64.c