aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/pr59706.f90
blob: 64a7de5d965c079492fc1d54b481dc388d8b1381 (plain)
1
2
3
4
5
6
7
8
9
10
! PR middle-end/59706
! { dg-do compile }

  integer i
  do concurrent (i=1:2)
  end do
contains
  subroutine foo
  end 
end