Re: [PATCH 2/2] gcc/testsuite/s390: Add test cases for float_t

2020-12-01 Thread Andreas Krebbel via Gcc-patches
On 11/25/20 6:06 PM, Marius Hillenbrand wrote: > 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-11-25

[PATCH 2/2] gcc/testsuite/s390: Add test cases for float_t

2020-11-25 Thread Marius Hillenbrand via Gcc-patches
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-11-25 Marius Hillenbrand * gcc.target/s390/float_t-1.c: