URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gfortran.dg/] [print_fmt_3.f] - Rev 12
Compare with Previous | Blame | View Log
! { 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