[Bug fortran/51207] [OOP] Mark __def_init_... as FL_PARAMETER

burnus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Nov 18 10:56:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=51207

--- Comment #2 from Tobias Burnus <burnus at gcc dot gnu.org> 2011-11-18 10:00:43 UTC ---
  allocate(t :: y)
  allocate(x, mold=x)

The last line should be: "x, mold=y". (Cf. PR 51208.)



More information about the Gcc-bugs mailing list