1 2 3 4 5 6 7 8 9 10 11
! { dg-do compile } ! PR 23661 Make sure space between PRINT and variable name is not enforced in ! fixed form. ! Also tests the namelist case character(5) :: f = "(a)" real x namelist /mynml/ x printf, "check" x = 1 printmynml ! { dg-warning "extension" } end