URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.dg/] [g77/] [20010115.f] - Rev 302
Compare with Previous | Blame | View Log
c { dg-do compile } * GNATS PR Fortran/1636 PRINT 42, 'HELLO' 42 FORMAT(A) CALL WORLD END SUBROUTINE WORLD PRINT 42, 'WORLD' 42 FORMAT(A) END