blob: 4a97fee07a7e9e917ba1f10eb5ac1bc7115560ec [file] [log] [blame]
! PR middle-end/93555
! { dg-do compile }
subroutine foo
!$omp declare simd(foo)
!$omp declare simd(foo) inbranch
end
subroutine bar
!$omp declare simd(bar) inbranch
!$omp declare simd(bar)
end