blob: 0a4dbeccc506e5e4c5821b8ca789f4e06700fc85 [file] [log] [blame]
! { dg-do compile }
!
! PR fortran/18918
!
! Check for error if no -fcoarray= option has been given
!
integer :: a
integer :: b[*] ! { dg-error "Coarrays disabled" }
error stop "Error"
sync all ! "Coarrays disabled" (but error above is fatal)
critical ! "Coarrays disabled" (but error above is fatal)
end critical ! "Expecting END PROGRAM statement" (but error above is fatal)
end
! { dg-excess-errors "compilation terminated" }