------- Comment #1 from hirmic at web dot de 2007-08-22 16:46 ------- The error is caused by this line of subroutine get_cand: integer :: i,j,k,ndim=size(cl)
if it is replaced by integer :: i,j,k,ndim ndim=size(cl) then the error doesn't occur. -- hirmic at web dot de changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|internal compiler error: in |internal compiler error: in |gfc_conv_constant |gfc_conv_constant http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33149