OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / int_conv_2.f90
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