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

Reply via email to