Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gfortran.dg / return_1.f90
bloba66b4c199ed20c8dddd06dc2ae9942c0442d5b5b
1 ! { dg-do compile }
2 ! Test cases where no blank is required after RETURN
3 subroutine sub(*)
4 return(1)
5 return1 ! { dg-error "" }
6 end subroutine