rs6000: Fix testsuite bug in check_ppc_float128_hw_available
authorSegher Boessenkool <segher@kernel.crashing.org>
Mon, 16 Jul 2018 23:03:08 +0000 (01:03 +0200)
committerSegher Boessenkool <segher@gcc.gnu.org>
Mon, 16 Jul 2018 23:03:08 +0000 (01:03 +0200)
commit831bac26205314490d8a15940f5bd59b030ca503
treed1415e823bb3e24f715772e3bc2b10a706ced599
parent66408f6c3954fa6d91972bffecfaf49287cbfe55
rs6000: Fix testsuite bug in check_ppc_float128_hw_available

The test program for ppc_float128_hw_available would always return
false, since there is a syntax error in that test program.

gcc/testsuite/
* lib/target-supports.exp (check_ppc_float128_hw_available): Fix
syntax error.

From-SVN: r262755
gcc/testsuite/ChangeLog
gcc/testsuite/lib/target-supports.exp