diff options
author | Francois-Xavier Coudert <fxcoudert@gmail.com> | 2021-12-31 23:19:03 +0100 |
---|---|---|
committer | Francois-Xavier Coudert <fxcoudert@gmail.com> | 2021-12-31 23:19:34 +0100 |
commit | cb48166e52c0f159eb80a0666c4847825e294ec0 (patch) | |
tree | 0443023707054b6f710a2e819dac6db46b89e5d9 /gcc/builtins.c | |
parent | e3cbb8c66c930ba738674b0fcf29848dc3ecfef2 (diff) | |
download | gcc-cb48166e52c0f159eb80a0666c4847825e294ec0.zip gcc-cb48166e52c0f159eb80a0666c4847825e294ec0.tar.gz gcc-cb48166e52c0f159eb80a0666c4847825e294ec0.tar.bz2 |
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.
Diffstat (limited to 'gcc/builtins.c')
0 files changed, 0 insertions, 0 deletions