]> gcc.gnu.org Git - gcc.git/commit
PowerPC: Add long double target-supports.
authorMichael Meissner <meissner@linux.ibm.com>
Thu, 3 Dec 2020 21:37:46 +0000 (16:37 -0500)
committerMichael Meissner <meissner@linux.ibm.com>
Thu, 3 Dec 2020 21:37:46 +0000 (16:37 -0500)
commitc8641f4384a45de97985c220d2f4cc923a5c5edb
tree95c6e1bd7d830027d851c3a6a9c531daa4e8b7a7
parentf7c007b4c3720d3db0483d0c477fab4c411bc514
PowerPC: Add long double target-supports.

This patch adds 3 target supports to test what type of PowerPC long double is
used by the test:

   1) Long double uses the IBM 128-bit extended double format;
   2) Long double uses the IEEE 128-bit format; (and)
   3) Long double uses the 64-bit format.

gcc/testsuite/
2020-12-03  Michael Meissner  <meissner@linux.ibm.com>

* lib/target-supports.exp
(check_effective_target_ppc_long_double_ibm): New function.
(check_effective_target_ppc_long_double_ieee): New function.
(check_effective_target_ppc_long_double_128bit): New function.
(check_effective_target_ppc_long_double_64bit): New function.
gcc/testsuite/lib/target-supports.exp
This page took 0.054959 seconds and 6 git commands to generate.