aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/equiv_8.f90
blob: a2ed7f0349e0230a6c8fa3f5c00b247a65223600 (plain)
1
2
3
4
5
6
7
! { dg-do compile }
!
! PR fortran/41755
!
      common /uno/ aa
      equivalence (aa,aaaaa)   (bb,cc) ! { dg-error "Expecting a comma in EQUIVALENCE" }
      end