From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12894 invoked by alias); 6 Mar 2012 08:44:28 -0000 Received: (qmail 12805 invoked by uid 22791); 6 Mar 2012 08:44:27 -0000 X-SWARE-Spam-Status: No, hits=-1.8 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, 06 Mar 2012 08:44:10 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id DB47029004A; Tue, 6 Mar 2012 09:44:10 +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 69HtK67XxzfK; Tue, 6 Mar 2012 09:44:10 +0100 (CET) Received: from province.act-europe.fr (province.act-europe.fr [10.10.0.214]) by mel.act-europe.fr (Postfix) with ESMTP id C8B5729003E; Tue, 6 Mar 2012 09:44:10 +0100 (CET) Received: by province.act-europe.fr (Postfix, from userid 525) id 96FE3164854; Tue, 6 Mar 2012 09:44:09 +0100 (CET) Date: Tue, 06 Mar 2012 08:44:00 -0000 From: Arnaud Charlet To: Rainer Orth Cc: gcc-patches@gcc.gnu.org, java-patches@gcc.gnu.org, libstdc++@gcc.gnu.org, Richard Henderson , "Joseph S. Myers" , Bruce Korb , Tristan Gingold Subject: Re: Remove obsolete Tru64 UNIX V5.1B support Message-ID: <20120306084409.GE11398@adacore.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) 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 X-SW-Source: 2012-q1/txt/msg00028.txt.bz2 The gnattools and gcc/ada parts are OK, except for the comment removal in s-tassta.adb: this comment is still useful, and needs to be revisited at some point ratheer than removed silently as you did, to understand why we can't use a when E: others => construct. So either remove the s-tassta.adb hunk, or extend the comment, but removing it would be wrong. Arno