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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [comma_format_extension_3.f] - Rev 823

Go to most recent revision | Compare with Previous | Blame | View Log

! PR libfortran/15332 and PR fortran/13257
! We used to accept this as an extension but
! did do the correct thing at runtime.
! Note the missing , before i1 in the format.
! { dg-do run }
! { dg-options "" }
      character*12 c
 
      write (c,100) 0, 1
      if (c .ne. 'i = 0, j = 1') call abort
 
      write (c,100) 0
      if (c .ne. 'i = 0       ') call abort
 
 100  format ('i = 'i1,:,', j = ',i1)
      end
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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