1 2 3 4 5 6 7 8 9 10
! { dg-do compile } ! { dg-options "-std=f2003" } ! ! PR fortran/33197 ! ! Check implementation of PARITY ! implicit none print *, parity([.true.]) ! { dg-error "has no IMPLICIT type" } end