Re: [PATCH] Fix bootstrap with --enable-languages=all,go

2016-10-27 Thread Jeff Law
On 10/27/2016 05:00 AM, Rainer Orth wrote: Hi Jeff, On 10/19/2016 06:13 AM, Rainer Orth wrote: Hi Jakub, 2016-10-01 Rainer Orth * configure.ac (target_libraries): Readd target-boehm-gc. Restore --enable-objc-gc handling. * configure: Regenerate. This is incomple

Re: [PATCH] Fix bootstrap with --enable-languages=all,go

2016-10-27 Thread Rainer Orth
Hi Jeff, > On 10/19/2016 06:13 AM, Rainer Orth wrote: >> Hi Jakub, >> 2016-10-01 Rainer Orth * configure.ac (target_libraries): Readd target-boehm-gc. Restore --enable-objc-gc handling. * configure: Regenerate. >>> >>> This is incomplete. I guess it can be com

Re: [PATCH] Fix bootstrap with --enable-languages=all,go

2016-10-27 Thread Rainer Orth
Hi Jeff, > On 10/19/2016 06:13 AM, Rainer Orth wrote: >> Hi Jakub, >> 2016-10-01 Rainer Orth * configure.ac (target_libraries): Readd target-boehm-gc. Restore --enable-objc-gc handling. * configure: Regenerate. >>> >>> This is incomplete. I guess it can be com

Re: [PATCH] Fix bootstrap with --enable-languages=all,go

2016-10-27 Thread Rainer Orth
Hi Jeff, > On 10/19/2016 06:13 AM, Rainer Orth wrote: >> Hi Jakub, >> 2016-10-01 Rainer Orth * configure.ac (target_libraries): Readd target-boehm-gc. Restore --enable-objc-gc handling. * configure: Regenerate. >>> >>> This is incomplete. I guess it can be com

Re: [PATCH] Fix bootstrap with --enable-languages=all,go

2016-10-27 Thread Rainer Orth
Hi Jeff, > On 10/19/2016 06:13 AM, Rainer Orth wrote: >> Hi Jakub, >> 2016-10-01 Rainer Orth * configure.ac (target_libraries): Readd target-boehm-gc. Restore --enable-objc-gc handling. * configure: Regenerate. >>> >>> This is incomplete. I guess it can be com

Re: [PATCH] Fix bootstrap with --enable-languages=all,go

2016-10-24 Thread Jeff Law
On 10/19/2016 06:13 AM, Rainer Orth wrote: Hi Jakub, 2016-10-01 Rainer Orth * configure.ac (target_libraries): Readd target-boehm-gc. Restore --enable-objc-gc handling. * configure: Regenerate. This is incomplete. I guess it can be committed as is, but should be f

Re: [PATCH] Fix bootstrap with --enable-languages=all,go

2016-10-19 Thread Rainer Orth
Hi Jakub, >> 2016-10-01 Rainer Orth >> >> * configure.ac (target_libraries): Readd target-boehm-gc. >> Restore --enable-objc-gc handling. >> * configure: Regenerate. > > This is incomplete. I guess it can be committed as is, but should be > followed by re-addition of: > bfin-

Re: [PATCH] Fix bootstrap with --enable-languages=all,go

2016-10-04 Thread Jeff Law
On 10/03/2016 06:53 AM, Rainer Orth wrote: Andrew Haley writes: On 30/09/16 23:16, Rainer Orth wrote: me too, though mostly to have maximum test coverage (primarily on Solaris). As expected, a x86_64-apple-darwin16 bootstrap with --enable-objc-gc just failed for me. I'm testing the followin

Re: [PATCH] Fix bootstrap with --enable-languages=all,go

2016-10-04 Thread Jakub Jelinek
On Sat, Oct 01, 2016 at 12:16:20AM +0200, Rainer Orth wrote: > Hi Eric, > > >> I haven't tried to readd the boehm-gc objc support that has also been > >> disabled, don't know about anybody using that. > > > > I always configure with --enable-objc-gc. The only reason Apple > > deprecated garbage co

Re: [PATCH] Fix bootstrap with --enable-languages=all,go

2016-10-03 Thread Rainer Orth
Andrew Haley writes: > On 30/09/16 23:16, Rainer Orth wrote: >> me too, though mostly to have maximum test coverage (primarily on >> Solaris). As expected, a x86_64-apple-darwin16 bootstrap with >> --enable-objc-gc just failed for me. I'm testing the following patch >> (on top of Jakub's). >>

Re: [PATCH] Fix bootstrap with --enable-languages=all,go

2016-10-01 Thread Andrew Haley
On 30/09/16 23:16, Rainer Orth wrote: > me too, though mostly to have maximum test coverage (primarily on > Solaris). As expected, a x86_64-apple-darwin16 bootstrap with > --enable-objc-gc just failed for me. I'm testing the following patch > (on top of Jakub's). > > Rainer > > > 2016-10

Re: [PATCH] Fix bootstrap with --enable-languages=all,go

2016-09-30 Thread Ian Lance Taylor
Jakub Jelinek writes: > 2016-09-30 Jakub Jelinek > > * configure.ac: Add target-libffi to target_libraries. > Readd libgcj target disablings, modified to only target-libffi. > Readd target addition of go to unsupported languages. > * configure: Regenerated. This is OK.

Re: [PATCH] Fix bootstrap with --enable-languages=all,go

2016-09-30 Thread Rainer Orth
Hi Eric, >> I haven't tried to readd the boehm-gc objc support that has also been >> disabled, don't know about anybody using that. > > I always configure with --enable-objc-gc. The only reason Apple > deprecated garbage collection for Objective C is because they replaced > it with Automated Refer

Re: [PATCH] Fix bootstrap with --enable-languages=all,go

2016-09-30 Thread Eric Gallager
On 9/30/16, Jakub Jelinek wrote: > Hi! > > On Fri, Sep 30, 2016 at 01:48:12PM +0100, Andrew Haley wrote: >> On 30/09/16 11:27, Marek Polacek wrote: >> > Can we move forward with this patch, then? >> >> I've been travelling for several weeks. However, I'm back at my desk >> now, so I can move this