Hi, >> the attached patch implements support for polymorphic arguments to >> TRANSFER. For details and discussion see the PR. >> >> Btw, as part of the PR is a regression in 4.7 and trunk, I would like >> to backport the target-memory.c part and the first test case to the >> 4.7 branch. Ok? > > > Looks OK. Thanks for the patch. Nit: > > + result->ts = result->ts.u.derived->components->ts; > > can be written as: > > + result->ts = CLASS_DATA (result)->ts; > > > which is shorter and clearer.
thanks for the review. I corrected the above and have committed the patch to trunk as r193226. Cheers, Janus PS: Upon re-reading your email it occurred to me that it might only have been intended as an ok for the regression fix (and not the runtime fixes). Was it meant like this?