From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 36935 invoked by alias); 12 Aug 2015 16:23:26 -0000 Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org Received: (qmail 36922 invoked by uid 89); 12 Aug 2015 16:23:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ob0-f177.google.com Received: from mail-ob0-f177.google.com (HELO mail-ob0-f177.google.com) (209.85.214.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 12 Aug 2015 16:23:25 +0000 Received: by obnw1 with SMTP id w1so16535749obn.3 for ; Wed, 12 Aug 2015 09:23:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=5NUYIfHrNAvQ/KhDwVgAlK9RKyKBX8Zb423CBFo+F8w=; b=bgbX54uh3rPQa5n9batqV/FeNFXlRsP9lBW97zt7GoGiHYck5sScKfxKLGElkOzUgz xc5Mcuyiv5ObboErihyWwGujTCJLY9koMZmmmHBKlP+LuUBFHO2Y7v7d1cQdBW+7YG7K VFT8CYgdJf1qR1WBzqX5kyWvX/UgP3ZBvAKFuP/YfJR2mah/0d/40IZ2IkrYOgqhcMEM igJXJw8xRE3GXrGXsio5tCQJ4uspXXTxpHd6O3VkkPDn+mFosRN6ILK28g2ioGC1LEDT Ydf4K2MIlU5LZmy6/0TVh3joAaUQAwdHuCQRJt45qvlP2glAwIz2qVtft1PSe9k02Q6F FdLQ== X-Gm-Message-State: ALoCoQmMVvJR17BhRHvwuF6q8L8QG9qP2HJidY/pnsGc+ohgmIcF6xPeEIZ6munOp4lX2imTCjOh MIME-Version: 1.0 X-Received: by 10.182.250.195 with SMTP id ze3mr30534223obc.74.1439396603657; Wed, 12 Aug 2015 09:23:23 -0700 (PDT) Received: by 10.60.80.6 with HTTP; Wed, 12 Aug 2015 09:23:23 -0700 (PDT) In-Reply-To: <55CB5EE6.60401@redhat.com> References: <55CA44C8.7000209@redhat.com> <87mvxxdxys.fsf@tromey.com> <55CB5BB7.4090703@redhat.com> <55CB5EE6.60401@redhat.com> Date: Wed, 12 Aug 2015 16:23:00 -0000 Message-ID: Subject: Re: [PATCH, libjava/classpath]: Fix overriding recipe for target 'gjdoc' build warning From: Ian Lance Taylor To: Andrew Haley Cc: Jeff Law , Tom Tromey , Uros Bizjak , "gcc-patches@gcc.gnu.org" , GCJ-patches Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2015-q3/txt/msg00010.txt.bz2 On Wed, Aug 12, 2015 at 7:57 AM, Andrew Haley wrote: > On 12/08/15 15:44, Jeff Law wrote: >> My inclination is to replace GCJ with Go, but Ian wasn't comfortable >> with that when I suggested it a couple years ago. > > Because Go wasn't ready for prime time? I don't remember why I wasn't comfortable with Go a couple of years ago, but I think it would be OK as a default language today. I doubt it runs on as many platforms as gcj, though I would certainly be happy to see more portability patches. In particular, it doesn't currently run on Windows or Darwin. Ian