blob: 4f8bef6d0b159f0d770df10f2b08808e15f6bf5d [file] [log] [blame]
! { dg-do compile }
! { dg-options "-fcoarray=single -std=f2008" }
!
!
! CO_SUM/CO_MIN/CO_MAX
!
program test
implicit none
intrinsic co_max ! { dg-error "is not available in the current standard settings but new in Fortran 2018." }
intrinsic co_min ! { dg-error "is not available in the current standard settings but new in Fortran 2018." }
intrinsic co_sum ! { dg-error "is not available in the current standard settings but new in Fortran 2018." }
end program test