aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/weak-1.f90
blob: 9ec1fe74053e9c53fe8159b5fc70486ba27ea29b (plain)
1
2
3
4
5
6
7
! { dg-do compile }
! { dg-require-weak "" }
! { dg-final { scan-assembler "weak\[^ \t\]*\[ \t\]_?impl" { target { ! nvptx-*-* } } } }
! { dg-final { scan-assembler-times "\\.weak \\.func impl" 2 { target nvptx-*-* } } }
subroutine impl
!GCC$ ATTRIBUTES weak :: impl
end subroutine