URL
https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk
Subversion Repositories openrisc_2011-10-31
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [g77/] [f77-edit-slash-out.f] - Rev 154
Compare with Previous | Blame | View Log
C Test Fortran 77 colon slash descriptor C (ANSI X3.9-1978 Section 13.5.4) C C Origin: David Billinghurst <David.Billinghurst@riotinto.com> C C { dg-do run } C { dg-output "^123(\n|\r\n|\r)45(\n|\r\n|\r)\$" } write(*,'(3(I1)/2(I1))') (I,I=1,5) end