http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34741
Daniel Franke changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
--
fxcoudert at gcc dot gnu dot org changed:
What|Removed |Added
Severity|normal |enhancement
Status|UNCONFIRMED |NEW
--- Comment #1 from burnus at gcc dot gnu dot org 2008-01-12 18:01 ---
gfortran does only create a check for ptr itself and not for ptr <->
constructor; the created check looks (with some temporary variables added) as
follows:
if (prt.lbound < ptr.lbound || ptr.lbound > ptr.ubound)
(I