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