]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gfortran.dg/boz_float_2.f90
arith.c (gfc_convert_integer, [...]): Move to ...
[thirdparty/gcc.git] / gcc / testsuite / gfortran.dg / boz_float_2.f90
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