Skip to content

Test 0328_0074 reads from uninitialized memory #19

Open
@ashermancinelli

Description

@ashermancinelli

CC @eugeneepshteyn

call sub
call ent
end
subroutine sub
integer,allocatable,dimension(:),save :: x
allocate(x(10))

return
entry ent
if ( x(5) .ne. 4 ) then
  print *,'pass'
end if
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions