[Bug fortran/41129] New: unassociated pointers are reported as associated by associated function in types

2009-08-19 Thread evan dot fishbein at jpl dot nasa dot gov
fishbein at jpl dot nasa dot gov http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41129

[Bug fortran/41129] unassociated pointers are reported as associated by associated function in types

2009-08-19 Thread evan dot fishbein at jpl dot nasa dot gov
--- Comment #1 from evan dot fishbein at jpl dot nasa dot gov 2009-08-20 04:11 --- (In reply to comment #0) The following code segment program scr type S1 real, dimension(:), pointer :: P ! NLEV real, dimension(:), pointer :: t ! NLEV end type