Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
!RUN: %S/test_any.sh %s %flang %t
! Tests -fget-symbols-sources with COMMON.
program main
integer :: x
integer :: y
block
x = y
end block
end program
! EXEC: ${F18} -fget-symbols-sources -fparse-only %s 2>&1 | ${FileCheck} %s
! CHECK:x:.*getsymbols05.f90, 4, 14-15
! CHECK:y:.*getsymbols05.f90, 5, 14-15
! CHECK:x:.*getsymbols05.f90, 7, 16-17