tree-optimization/113385 - wrong loop father with early exit vectorization
[official-gcc.git] / gcc / testsuite / gfortran.dg / coarray / fail_image_1.f08
blobb1e1bbb221dd91fddffa5d0ba42c31685531e315
1 ! { dg-do compile }
3 program fail_image_statement_1
4   implicit none
6   fail image ! OK
7   fail image (1)  ! { dg-error "Syntax error in FAIL IMAGE statement at \\(1\\)" }
9 end program fail_image_statement_1