OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [print_fmt_3.f] - Diff between revs 154 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

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

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.