Re: [PING^2] [PATCH] configure, jit: Allow for 'make check-gcc-jit'.

2021-09-16 Thread Jeff Law via Gcc-patches
On 9/15/2021 1:28 PM, Iain Sandoe wrote: Hi folks, On 27 Aug 2021, at 14:00, Iain Sandoe wrote: +Jeff (it’s probably borderline obvious - but in the top level Makefile .. so) OK.  Sorry I didn't look at it before.  I largely ignore things like JIT these days. Jeff

[PING^2] [PATCH] configure, jit: Allow for 'make check-gcc-jit'.

2021-09-15 Thread Iain Sandoe
Hi folks, > On 27 Aug 2021, at 14:00, Iain Sandoe wrote: > > +Jeff > > (it’s probably borderline obvious - but in the top level Makefile .. so) > >> On 17 Aug 2021, at 21:53, David Malcolm wrote: >> >> On Tue, 2021-08-17 at 19:59 +0100, Iain Sandoe wrote: >>> Hi, >>> >>> For those of us who

[PING] Re: [PATCH] configure, jit: Allow for 'make check-gcc-jit'.

2021-08-27 Thread Iain Sandoe
+Jeff (it’s probably borderline obvious - but in the top level Makefile .. so) > On 17 Aug 2021, at 21:53, David Malcolm wrote: > > On Tue, 2021-08-17 at 19:59 +0100, Iain Sandoe wrote: >> Hi, >> >> For those of us who habitually build Ada, it’s convenient to >> have a way of running individu

Re: [PATCH] configure, jit: Allow for 'make check-gcc-jit'.

2021-08-17 Thread David Malcolm via Gcc-patches
On Tue, 2021-08-17 at 19:59 +0100, Iain Sandoe wrote: > Hi, > > For those of us who habitually build Ada, it’s convenient to > have a way of running individual test suites without invoking > the acats tests… > > being able to do “make check-gcc-jit” from the top level is very > useful when debug

[PATCH] configure, jit: Allow for 'make check-gcc-jit'.

2021-08-17 Thread Iain Sandoe
Hi, For those of us who habitually build Ada, it’s convenient to have a way of running individual test suites without invoking the acats tests… being able to do “make check-gcc-jit” from the top level is very useful when debugging jit testsuite issues. one can do "cd gcc ; make check-jit "- but