------- Comment #20 from dfranke at gcc dot gnu dot org 2009-12-04 22:40 ------- (In reply to comment #19) > > Changing to NEW as it (unfortunately) still is. > > Are you sure?
Pretty sure. I haven't checked the sources in a while, but I doubt that anyone got rid of the linear lists (see comment #1). That it "works" now is due to Paul's patch that rejects simplifications that would result in constructors too large to handle (by linked lists): + if (mpz_get_si (size)*ncopies > gfc_option.flag_max_array_constructor) + return NULL; (see comment #7) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40472