From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 33231 invoked by alias); 12 Aug 2015 16:21:24 -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 33212 invoked by uid 89); 12 Aug 2015 16:21:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: gproxy9-pub.mail.unifiedlayer.com Received: from gproxy9-pub.mail.unifiedlayer.com (HELO gproxy9-pub.mail.unifiedlayer.com) (69.89.20.122) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with SMTP; Wed, 12 Aug 2015 16:21:20 +0000 Received: (qmail 21084 invoked by uid 0); 12 Aug 2015 16:21:15 -0000 Received: from unknown (HELO CMOut01) (10.0.90.82) by gproxy9.mail.unifiedlayer.com with SMTP; 12 Aug 2015 16:21:15 -0000 Received: from box522.bluehost.com ([74.220.219.122]) by CMOut01 with id 3sM61r0092f2jeq01sM9lP; Wed, 12 Aug 2015 10:21:15 -0600 X-Authority-Analysis: v=2.1 cv=NJxGpSKg c=1 sm=1 tr=0 a=GsOEXm/OWkKvwdLVJsfwcA==:117 a=GsOEXm/OWkKvwdLVJsfwcA==:17 a=cNaOj0WVAAAA:8 a=f5113yIGAAAA:8 a=zstS-IiYAAAA:8 a=a4K5GIyuExAA:10 a=PnD2wP_eR3oA:10 a=VxUPR0dhdI0A:10 a=uRRa74qj2VoA:10 a=QD_QimFzEXNgqC0Kf6QA:9 Received: from [65.128.57.180] (port=46745 helo=pokyo) by box522.bluehost.com with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.84) (envelope-from ) id 1ZPYm2-00012P-LT; Wed, 12 Aug 2015 10:21:06 -0600 From: Tom Tromey To: Jeff Law Cc: Tom Tromey , Uros Bizjak , "gcc-patches\@gcc.gnu.org" , java-patches@gcc.gnu.org, Andrew Haley Subject: Re: [PATCH, libjava/classpath]: Fix overriding recipe for target 'gjdoc' build warning References: <55CA44C8.7000209@redhat.com> <87mvxxdxys.fsf@tromey.com> <55CB5BB7.4090703@redhat.com> Date: Wed, 12 Aug 2015 16:21:00 -0000 In-Reply-To: <55CB5BB7.4090703@redhat.com> (Jeff Law's message of "Wed, 12 Aug 2015 08:44:07 -0600") Message-ID: <871tf81nrk.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Identified-User: {36111:box522.bluehost.com:elynrobi:tromey.com} {sentby:smtp auth 65.128.57.180 authed with tom+tromey.com} X-SW-Source: 2015-q3/txt/msg00009.txt.bz2 Jeff> In the past this has stalled on issues like how will asynch-exceptions Jeff> be tested and the like. It seems to me that either there is some other language which needs this -- in which case that language ought to have testing for the feature -- or the feature is only used by gcj, in which case it doesn't matter. Of course is!=ought; but relying on gcj and libjava to provide this small amount of testing seems like a bad cost/benefit tradeoff. Tom