Fortran: Fix test on targets without REAL128
authorFrancois-Xavier Coudert <fxcoudert@gmail.com>
Fri, 31 Dec 2021 22:19:03 +0000 (23:19 +0100)
committerFrancois-Xavier Coudert <fxcoudert@gmail.com>
Fri, 31 Dec 2021 22:19:34 +0000 (23:19 +0100)
commitcb48166e52c0f159eb80a0666c4847825e294ec0
tree0443023707054b6f710a2e819dac6db46b89e5d9
parente3cbb8c66c930ba738674b0fcf29848dc3ecfef2
Fortran: Fix test on targets without REAL128

REAL128 is a named constant, so we cannot simply use
(REAL128 > 0) to conditionally compile for targets with
REAL128.

gcc/testsuite/ChangeLog:

PR fortran/89639
* gfortran.dg/ieee/ieee_9.f90: Adjust test for targets without
REAL128.
gcc/testsuite/gfortran.dg/ieee/ieee_9.f90