URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [pr15332.f] - Rev 154
Compare with Previous | Blame | View Log
! PR libfortran/15332 ! { dg-do run } 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