comparison gcc/testsuite/gfortran.dg/nan_2.f90 @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 ! { dg-do run } 1 ! { dg-do run }
2 ! { dg-options "-fno-range-check -pedantic" } 2 ! { dg-options "-fno-range-check -pedantic" }
3 ! { dg-add-options ieee } 3 ! { dg-add-options ieee }
4 ! { dg-skip-if "NaN not supported" { spu-*-* } }
5 ! 4 !
6 ! PR fortran/34333 5 ! PR fortran/34333
7 ! 6 !
8 ! Check that (NaN /= NaN) == .TRUE. 7 ! Check that (NaN /= NaN) == .TRUE.
9 ! and some other NaN options. 8 ! and some other NaN options.