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_2.f] - Rev 823

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

! { dg-do compile }
! test that the extension for a missing comma is accepted
 
      subroutine mysub
      dimension ibar(5)
      write (3,1001) ( ibar(m), m = 1, 5 )
 
 1001 format (/5x,' ',i4' '/ ) ! { dg-warning "Missing comma" }
      return
      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.