rt_gccstream/gcc/testsuite/gfortran.dg/fmt_zero_check.f90

7 lines
130 B
Fortran

! { dg-do compile }
! PR fortran/32555
!
2050 FORMAT(0PF9.4)
2050 FORMAT(0F9.4) ! { dg-error "Expected P edit descriptor" }
end