------- Comment #6 from hjl at lucon dot org 2006-04-28 21:28 ------- It looks that either the Fortran patch has a memory leak or it triggers a memory leak since
gfc_add_modify_expr (&se->pre, gfc_conv_descriptor_dtype (dest), gfc_conv_descriptor_dtype (src)); around line 719 in trans-array.c causes ggc_alloc_stat to reuse memory used by src_ss->data.info. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27351