diff options
author | Kewen Lin <linkw@linux.ibm.com> | 2023-03-08 00:56:32 -0600 |
---|---|---|
committer | Kewen Lin <linkw@linux.ibm.com> | 2023-03-08 00:56:32 -0600 |
commit | 9fd3d3567396e63cf5dde96ef03fcc92c6bcec71 (patch) | |
tree | c4a3cca36f8c7524a31df74680ae060e5f33b0b8 /gcc/fold-const.cc | |
parent | 3be550e35e1c67327d3724380632512872224178 (diff) | |
download | gcc-9fd3d3567396e63cf5dde96ef03fcc92c6bcec71.zip gcc-9fd3d3567396e63cf5dde96ef03fcc92c6bcec71.tar.gz gcc-9fd3d3567396e63cf5dde96ef03fcc92c6bcec71.tar.bz2 |
testsuite: Adjust scalar-test-neg-8.c with lp64 [PR108730]
The built-in function scalar_test_neg_qp is under stanza
ieee128-hw, that is TARGET_FLOAT128_HW. Since we don't
have float128 hardware support on 32-bit as follows:
if (TARGET_FLOAT128_HW && !TARGET_64BIT)
{
if ((rs6000_isa_flags_explicit & OPTION_MASK_FLOAT128_HW) != 0)
error ("%qs requires %qs", "%<-mfloat128-hardware%>", "-m64");
rs6000_isa_flags &= ~OPTION_MASK_FLOAT128_HW;
}
So adjust the case with lp64 effective target accordingly.
PR testsuite/108730
gcc/testsuite/ChangeLog:
* gcc.target/powerpc/bfp/scalar-test-neg-8.c: Adjust with lp64
effective target requirement.
Diffstat (limited to 'gcc/fold-const.cc')
0 files changed, 0 insertions, 0 deletions