Re: [PATCH] JIT, testsuite, Darwin: Initial testsuite fixes.

2021-08-19 Thread Iain Sandoe
Hi David, > On 18 Aug 2021, at 20:54, David Malcolm via Gcc-patches > wrote: > > On Wed, 2021-08-18 at 20:40 +0100, Iain Sandoe wrote: >> Hi, >> >> * Note, the strategy in jit.exp has the assumption that >> $target==$host >> the patches here adhere to that - there is far less testsuite >> li

Re: [PATCH] JIT, testsuite, Darwin: Initial testsuite fixes.

2021-08-18 Thread David Malcolm via Gcc-patches
On Wed, 2021-08-18 at 20:40 +0100, Iain Sandoe wrote: > Hi, > > * Note, the strategy in jit.exp has the assumption that > $target==$host >   the patches here adhere to that - there is far less testsuite > library >   support for host-side facilities (which we’d probably want to add > if >   it was

[PATCH] JIT, testsuite, Darwin: Initial testsuite fixes.

2021-08-18 Thread Iain Sandoe
Hi, * Note, the strategy in jit.exp has the assumption that $target==$host the patches here adhere to that - there is far less testsuite library support for host-side facilities (which we’d probably want to add if it was desirable to operate the Jit in a cross-compiler environment). ---