2 ! { dg-options -std=f95 }
3 ! PR fortran/32905 - accepts types with ultimate POINTER components
25 ! The following are allowed under f2003.
26 namelist /a
/ t1
! { dg-error "with ALLOCATABLE or POINTER components" }
27 namelist /b
/ t3
! { dg-error "with ALLOCATABLE or POINTER components" }