* gcc.target/i386/mpx/hard-reg-1-nov.c (mpx_test): Use "esp"
[official-gcc.git] / gcc / testsuite / gfortran.dg / coarray_collectives_2.f90
blob7494d3d4ada5bd76a6592a600647c5854963f1cd
1 ! { dg-do compile }
2 ! { dg-options "-fcoarray=single -std=f2008" }
5 ! CO_SUM/CO_MIN/CO_MAX
7 program test
8 implicit none
9 intrinsic co_max ! { dg-error "is not available in the current standard settings but new in TS 29113/TS 18508." }
10 intrinsic co_min ! { dg-error "is not available in the current standard settings but new in TS 29113/TS 18508." }
11 intrinsic co_sum ! { dg-error "is not available in the current standard settings but new in TS 29113/TS 18508." }
12 end program test