URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [constant_substring.f] - Rev 853
Go to most recent revision | Compare with Previous | Blame | View Log
! Simplify constant substring ! { dg-do run } character*2 a character*4 b character*6 c parameter (a="12") parameter (b = a(1:2)) write (c,'("#",A,"#")') b if (c .ne. '#12 #') call abort end
Go to most recent revision | Compare with Previous | Blame | View Log