From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 37114 invoked by alias); 12 Aug 2015 16:23:27 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 37071 invoked by uid 89); 12 Aug 2015 16:23:27 -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=unavailable version=3.3.2 X-HELO: mail-ob0-f176.google.com Received: from mail-ob0-f176.google.com (HELO mail-ob0-f176.google.com) (209.85.214.176) 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 w1so16535748obn.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=lZlRGa8GXxfj2J6ntcHlAYW54W9fZq8VsjrUgJ9IR4AVxVqdi8EF1SzAG/HO99EJOz GsLwXVmdNxLihxH7OvOn7WrV+4TDqEcxHKMZ/mHG7OgjxeptkFYwP9J+Y3WgaqnkihSZ cuRpMhKe1nNQI+jPQkbTHgLsaPROAdn0KcU15z9ayB/kfY+a9f7zKrqHPSyzLy4L4a+i MU8Z1cwhWvri6e+a0/WzXMlTB+44IpjTiWx3a5e+6fg26dC28uM60lr6O6mPSkRfKaMR 102/K4jZBbuDmsOHA8AfRlc+MBRJWQGBtU9k2721p+jh0sqUpPPDMxCvnFLOaE9CwweP DhTw== X-Gm-Message-State: ALoCoQm7JGMbbofjttQrlXCVd3Jj3XLluZlfeQEO5ZRWt8vaktOY2Zt+G1LJieQJePrsS3tPfLj8 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-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg00626.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