URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [pointer_to_substring.f90] - Rev 694
Compare with Previous | Blame | View Log
! { dg-do compile }! PR36724 - ICE on pointer to substring! testcase contributed by Loukas Peristeras.character(LEN=132), target :: linecharacter(LEN=1), pointer :: tread(*,'(A)') linet=>line(1:1)end
