Commit fafdb00c by Tobias Schlüter Committed by Tobias Schlüter

re PR fortran/15164 (trans-decl.c:411: gfc_finish_var_decl: Assertion failed)

PR fortran/15164
* gfortran.dg/pr15164.f90: New test.

From-SVN: r88131
parent 897f610b
2004-09-26 Tobias Schlueter <tobias.schlueter@physik.uni-muenchen.de>
PR fortran/15164
* gfortran.dg/pr15164.f90: New test.
2004-09-26 Roger Sayle <roger@eyesopen.com>
PR middle-end/17112
......
! { dg-do compile }
! I couldn't reproduce the failure with a compiler built from the
! 2004-09-26 sources
module specfiles
contains
subroutine split(i,o,lenout,n)
integer(kind=4),intent(in) :: lenout,n
character(len=*),intent(in) :: i
character(len=lenout),dimension(n),intent(out) :: o
integer(kind=4) :: j,k,l
j=1; k=1
outstrings(j)(k:k)=instring(i:i)
return
end subroutine split
end module specfiles
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment