[Bug fortran/21300] ICE: Segmentation fault in gfc_trans_subcomponent_assign

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Apr 30 19:00:00 GMT 2005


------- 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



More information about the Gcc-bugs mailing list