I tried this patch applied against latest and it fixed the testcases
that I had reported as failing, but the patch also causes
libgo reflect testcase to fail. Still testing to verify and will report
the failure details.
On 12/06/2016 02:18 PM, Ian Lance Taylor wrote:
On Tue, Dec 6, 2016 at 9:52 AM, Eric Botcazou <ebotca...@adacore.com> wrote:
There are a couple of changes to the RTL expander for calls; they are
supposed to be transparent but they might have tripped on a latent issue.
Tentative fix attached, I need to test it extensively in Ada though.
Thanks. Lynn, can you see if this patch fixes the bugs you see?
Btw, Ian, if the heap trampoline support is no longer used by the Go compiler,
you might want to remove it from the middle-end.
Yes, I suppose so. The Go frontend hasn't used them for a while.
Ian