aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/pr95611.f90
blob: b7a54514ca3c2b77b6bf71627de5d5833d534883 (plain)
1
2
3
4
5
6
7
! { dg-do compile }
! PR fortran/95611 - ICE in access_attr_decl, at fortran/decl.c:9075

module m
  public operator (.a.)
  public operator (.a.) ! { dg-error "has already been specified" }
end