RISC-V: Regenerate opt urls.
[official-gcc.git] / gcc / testsuite / gfortran.dg / boz_float_2.f90
blob638dae22d7cc78bd680452f2918a79dd3d1bedd9
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