aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/common_15.f90
blob: 9723bd1a8285d48474dbe13f5c4304a135b8c50b (plain)
1
2
3
4
5
6
7
8
9
! { dg-do compile }
!
! PR 50515: gfortran should not accept an external that is a common (r178939)
!
! Contributed by Vittorio Zecca <zeccav@gmail.com>

common/sub/ a  ! { dg-error "cannot have the EXTERNAL attribute" }
external sub
end