------- Additional Comments From pinskia at gcc dot gnu dot org 2005-04-30 19:00 ------- Confirmed, reduced testcase: TYPE ast_obs DOUBLE PRECISION, DIMENSION(:), POINTER :: geopos END TYPE ast_obs TYPE(ast_obs), PARAMETER :: undefined_ast_obs = AST_OBS(NULL())
CONTAINS SUBROUTINE read_rwo_rec() TYPE(ast_obs) :: obs1 obs1=undefined_ast_obs RETURN END SUBROUTINE read_rwo_rec END I think there is another bug which will block OrbFit compiling, I will see if I can reduce that one too. -- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Last reconfirmed|0000-00-00 00:00:00 |2005-04-30 19:00:44 date| | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21300