From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4184 invoked by alias); 2 Nov 2010 08:22:15 -0000 Received: (qmail 4146 invoked by uid 22791); 2 Nov 2010 08:22:13 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (194.98.77.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 02 Nov 2010 08:22:08 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id C47EDCB0264; Tue, 2 Nov 2010 09:22:06 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id r0AeZPQaWGOZ; Tue, 2 Nov 2010 09:22:06 +0100 (CET) Received: from [192.168.1.2] (bon31-9-83-155-120-49.fbx.proxad.net [83.155.120.49]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id A02FFCB024E; Tue, 2 Nov 2010 09:22:06 +0100 (CET) From: Eric Botcazou To: Jeff Law Subject: Re: PATCH RFA: Do not build java by default Date: Tue, 02 Nov 2010 08:22:00 -0000 User-Agent: KMail/1.9.9 Cc: gcc@gcc.gnu.org, Diego Novillo , Ian Lance Taylor , Andrew Haley , java@gcc.gnu.org, gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org References: <4CCF8804.6020203@redhat.com> In-Reply-To: <4CCF8804.6020203@redhat.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201011020921.38293.ebotcazou@adacore.com> Mailing-List: contact java-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-owner@gcc.gnu.org X-SW-Source: 2010-11/txt/msg00017.txt.bz2 > I'd personally prefer java over ada as I'm able to understand java code > easier, thus when something does go wrong I'm able to debug it much faster. If this can make any difference: even if Ada is enabled by default, we (I at least) will still be there to analyze hard-to-debug problems exposed by Ada. -- Eric Botcazou