2017-02-20 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gfortran.dg / int_conv_2.f90
blobed7a5f4cd605e2d5c82af1d2b6d3b2d4802b42f5
1 ! { dg-do compile }
2 ! { dg-skip-if "NaN not supported" { spu-*-* } { "*" } { "" } }
3 ! PR fortran/37930
4 program test
5 implicit none
6 integer i
7 i = transfer(-1,1.0) ! { dg-error "Conversion" }
8 end program test