Add ppc_ieee128_ok target-supports proc
authorWill Schmidt <will_schmidt@vnet.ibm.com>
Tue, 11 Feb 2020 20:01:59 +0000 (14:01 -0600)
committerWill Schmidt <will_schmidt@vnet.ibm.com>
Tue, 11 Feb 2020 20:01:59 +0000 (14:01 -0600)
commitad21e0072e20b7c8e4d7af5ca78f24cc6ae407d1
treedbb4bf21a0f8eca68954399f10cab0d6dcd6f3cc
parent7a775242ea296849a34ce27de179eaaec411e880
Add ppc_ieee128_ok target-supports proc

  Add a target_supports entry to check that the __ieee128 keyword
is understood by the target.
Also add a dg-requires check to the existing pr92796 testcase.

    [testsuite]
* lib/target-supports.exp (check_effective_target_ppc_ieee128_ok): New.
* gcc.target/powerpc/pr92796.c: Add a require-effective-target
statement for ppc_ieee128_ok.
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.target/powerpc/pr92796.c
gcc/testsuite/lib/target-supports.exp