URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [compile/] [pr33276.f90] - Rev 695
Compare with Previous | Blame | View Log
! PR fortran/33276! this used to crash due to an uninitialized variable in expand_iterator.module footype buffer_typeinteger(kind=kind(1)) :: item_endcharacter(256) :: stringend typetype textfile_typetype(buffer_type) :: bufferend typecontainsfunction rest_of_line(self) result(res)type(textfile_type) :: selfintent(inout) :: selfcharacter(128) :: resres = self%buffer%string(self%buffer%item_end+1: )end functionsubroutine read_intvec_ptr(v)integer(kind=kind(1)), dimension(:), pointer :: vinteger(kind=kind(1)) :: dim,f,l,iif (dim>0) then; v = (/ (i, i=f,l) /)end ifend subroutineend
