URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.dg/] [char_allocation_1.f90] - Rev 700
Go to most recent revision | Compare with Previous | Blame | View Log
! PR fortran/31974! { dg-do run }subroutine foo (n)integer :: ncharacter (len = n) :: v(n)v = ''if (any (v /= '')) call abortend subroutine foocall foo(7)end
Go to most recent revision | Compare with Previous | Blame | View Log
