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/] [constant_substring.f] - Rev 193
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