OSDN Git Service

2010-04-06 Tobias Burnus <burnus@net-b.de>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / asynchronous_2.f90
1 ! { dg-do compile }
2 ! { dg-options "-std=f95" }
3 !
4 ! PR/fortran 25829
5 !
6 ! Check parsing ASYNCHRONOUS
7 !
8 function func2() result(res)
9   asynchronous res ! { dg-error "Fortran 2003: ASYNCHRONOUS" }
10 end function func2