This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Delete GCJ
- From: Andrew Haley <aph at redhat dot com>
- To: Richard Biener <richard dot guenther at gmail dot com>, GCC Patches <gcc-patches at gcc dot gnu dot org>, GCJ-patches <java-patches at gcc dot gnu dot org>
- Date: Mon, 5 Sep 2016 17:17:06 +0100
- Subject: Re: [PATCH] Delete GCJ
- Authentication-results: sourceware.org; auth=none
- References: <78f841e7-808b-58d0-7913-3ec0d19630a0@redhat.com> <FB08E20B-5ED1-45BA-BFA0-11E7807840D2@gmail.com>
On 05/09/16 17:15, Richard Biener wrote:
> On September 5, 2016 5:13:06 PM GMT+02:00, Andrew Haley <aph@redhat.com> 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.
>
> Isn't there also java specific C++ frontend parts?
There certainly are, but deleting them without breaking anything else
is going to be rather delicate. I'm trying to do this one step at a
time, rather cautiously.
Andrew.