aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/common_30.f90
blob: 77a86348f4a7f3a3d5ab19573f927bb7e80d2391 (plain)
1
2
3
4
5
6
7
8
9
10
! { dg-do compile }
! PR fortran/119199
!
! One cannot SAVE an undefined COMMON block
!
! Contributed by David Binderman

program main
  save /argmnt1/ ! { dg-error "does not exist" }
end