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

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 ! { dg-do compile }
2 ! { dg-options "-fallow-invalid-boz" }
3 program foo
4 print *, float(z'1234') ! { dg-warning "cannot appear in" }
5 end program foo