URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gfortran.dg/] [g77/] [7388.f] - Rev 841
Go to most recent revision | Compare with Previous | Blame | View Log
C { dg-do run } C { dg-options "-fbounds-check" } character*25 buff(0:10) character*80 line integer i, m1, m2 i = 1 m1 = 1 m2 = 7 buff(i) = 'tcase0a' write(line,*) buff(i)(m1:m2) if (line .ne. ' tcase0a') call abort end
Go to most recent revision | Compare with Previous | Blame | View Log