This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
These patches fix the tests in the testsuite that check whether -mno-float128 works properly. In these cases, I explicitly run them with long double being set to IBM extended double. I have tested these on a little endian power8 system using two builds with long double being set to IEEE and IBM 128-bit floating point. These tests now pass when long double is set to IEEE 128-bit floating point. Can I check these into the trunk and back port them to GCC 8.x? [gcc/testsuite] 2018-06-20 Michael Meissner <meissner@linux.ibm.com> * gcc.target/powerpc/float128-3.c: Change tests that test for errors in enabling/disable IEEE 128-bit floating point use the -mabi=ibmlongdouble to force long double to be IBM extended. * gcc.target/powerpc/float128-5.c: Likewise. * gcc.target/powerpc/float128-mix.c: Likewise. -- Michael Meissner, IBM IBM, M/S 2506R, 550 King Street, Littleton, MA 01460-6245, USA email: meissner@linux.ibm.com, phone: +1 (978) 899-4797
Attachment:
ieee128-patch125b
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |