[Bug fortran/58224] New: -fcheck=pointer should detect that an unallocated allocatable data-target is forbidden
zeccav at gmail dot com
gcc-bugzilla@gcc.gnu.org
Fri Aug 23 05:56:00 GMT 2013
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58224
Bug ID: 58224
Summary: -fcheck=pointer should detect that an unallocated
allocatable data-target is forbidden
Product: gcc
Version: 4.8.1
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: fortran
Assignee: unassigned at gcc dot gnu.org
Reporter: zeccav at gmail dot com
! gfortran -fcheck=pointer should detect at run time that
! an unallocated allocatable data-target is forbidden
! in a data pointer assignment
real, allocatable, target :: qq
pointer q
q => qq
end
More information about the Gcc-bugs
mailing list