]> gcc.gnu.org Git - gcc.git/commit
Add _FloatN, _FloatNx tests for __builtin_fpclassify.
authorJoseph Myers <joseph@codesourcery.com>
Wed, 21 Sep 2016 17:52:47 +0000 (18:52 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Wed, 21 Sep 2016 17:52:47 +0000 (18:52 +0100)
commit5f84cee259d615b36a673aa6d712ebaf9fb90fd9
tree3d573af5255cfad98a1ba8a9dc2513466fd3d5f0
parent18e15e303af1184973bbe35547602567303fa6fe
Add _FloatN, _FloatNx tests for __builtin_fpclassify.

This patch adds tests for _FloatN and _FloatNx arguments to the
__builtin_fpclassify type-generic built-in function, omitted from the
original tests for type-generic functions on these types.

Tested for x86_64-pc-linux-gnu; all the supported new tests pass.

* gcc.dg/torture/float128-tg-3.c, gcc.dg/torture/float128x-tg-3.c,
gcc.dg/torture/float16-tg-3.c, gcc.dg/torture/float32-tg-3.c,
gcc.dg/torture/float32x-tg-3.c, gcc.dg/torture/float64-tg-3.c,
gcc.dg/torture/float64x-tg-3.c, gcc.dg/torture/floatn-tg-3.h: New
tests.

From-SVN: r240328
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/torture/float128-tg-3.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/torture/float128x-tg-3.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/torture/float16-tg-3.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/torture/float32-tg-3.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/torture/float32x-tg-3.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/torture/float64-tg-3.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/torture/float64x-tg-3.c [new file with mode: 0644]
gcc/testsuite/gcc.dg/torture/floatn-tg-3.h [new file with mode: 0644]
This page took 0.063467 seconds and 5 git commands to generate.