OSDN Git Service

Add NIOS2 support. Code from SourceyG++.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / return_1.f90
1 ! { dg-do compile }
2 ! { dg-options "-std=legacy" }
3 !
4 ! Test cases where no blank is required after RETURN
5 subroutine sub(*)
6 return(1)
7 return1 ! { dg-error "" }
8 end subroutine