aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/contiguous_12.f90
blob: 9c477a7a06aa986589eab7d5ea72cb64cb88e6b0 (plain)
1
2
3
4
5
6
7
! { dg-do compile }
! PR fortran/108025

subroutine foo (x)
  real, contiguous :: x(:)
  contiguous       :: x    ! { dg-error "Duplicate CONTIGUOUS attribute" }
end