Re: [PATCH] Delete GCJ

Mike Stump <[email protected]> Tue, 4 Oct 2016 10:23:29 -0700
Newsgroups gmane.comp.gcc.java.patches,gmane.comp.gcc.patches
Message-ID <[email protected]>
On Oct 4, 2016, at 1:41 AM, Andrew Haley <[email protected]> wrote:
>=20
> On 04/10/16 09:39, Rainer Orth wrote:
>> Hi Matthias,
>>=20
>>> On 05.09.2016 17:13, Andrew Haley wrote:
>>>> As discussed.  I think I should ask a Global reviewer to approve this
>>>> one.  For obvious reasons I haven't included the diffs to the deleted
>>>> gcc/java and libjava directories.  The whole tree, post GCJ-deletion,
>>>> is at svn+ssh://gcc.gnu.org/svn/gcc/branches/gcj/gcj-deletion-branch
>>>> if anyone would like to try it.
>>>=20
>>> still breaks bootstraps when configured with --enable-objc-gc.
>>>=20
>>> the immediate step should be to fix the bootstrap failure, as an additi=
onal step
>>> to remove boehm-gc from the gcc sources and be able to use an external =
boehm-gc.
>>=20
>> the first part is handled by my unreviewed patch
>>=20
>> 	https://gcc.gnu.org/ml/gcc-patches/2016-09/msg02437.html
>=20
> Looks obvious to me, fixes bootstrap.  I think no-one will complain
> if you check it in.

I don't know who wants to review it, but if people want me to, Ok.  The ide=
a is that if ObjC is the last remaining user in tree for boehm-gc, then rea=
sonably I'm the last man standing.  Of course, if others want to review app=
rove the patch, I'm fine with that.=20=20

I'm fine with patches to externalize boehm-gc if people want to push that d=
irection.