gcc/testsuite/s390: Add test cases for float_t
authorMarius Hillenbrand <mhillen@linux.ibm.com>
Tue, 1 Dec 2020 10:05:42 +0000 (11:05 +0100)
committerAndreas Krebbel <krebbel@linux.ibm.com>
Tue, 1 Dec 2020 10:29:09 +0000 (11:29 +0100)
commit55419d8730e4b3cedea318c18d5a69ba0219bda0
tree3a06e72a7a51e64dead494016cac5410a6a573f5
parenta5dd6b69fcbe74c02d4821ac2daf2b8c9f819f6e
gcc/testsuite/s390: Add test cases for float_t

Add two test cases that check for acceptable combinations of float_t and
FLT_EVAL_METHOD on s390x.

Tested against an as-is glibc and one modified so that it derives
float_t from FLT_EVAL_METHOD.

gcc/testsuite/ChangeLog:

2020-12-01  Marius Hillenbrand  <mhillen@linux.ibm.com>

* gcc.target/s390/float_t-1.c: New test.
* gcc.target/s390/float_t-2.c: New test.
gcc/testsuite/gcc.target/s390/float_t-1.c [new file with mode: 0644]
gcc/testsuite/gcc.target/s390/float_t-2.c [new file with mode: 0644]