URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [dollar_edit_descriptor-2.f] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
! { dg-do run } ! { dg-options "-w" } ! PR25545 internal file and dollar edit descriptor. program main character*20 line line = '1234567890ABCDEFGHIJ' write (line, '(A$)') 'asdf' if (line.ne.'asdf') call abort() end
Go to most recent revision | Compare with Previous | Blame | View Log