From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13205 invoked by alias); 29 Jun 2011 17:47:03 -0000 Received: (qmail 13177 invoked by uid 22791); 29 Jun 2011 17:47:00 -0000 X-SWARE-Spam-Status: No, hits=-1.7 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; Wed, 29 Jun 2011 17:46:43 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id BDD8CCB0255; Wed, 29 Jun 2011 19:46:42 +0200 (CEST) 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 noB3hp6qJYpZ; Wed, 29 Jun 2011 19:46:39 +0200 (CEST) Received: from province.act-europe.fr (province.act-europe.fr [10.10.0.214]) by mel.act-europe.fr (Postfix) with ESMTP id 3E4F629000B; Wed, 29 Jun 2011 19:46:39 +0200 (CEST) Received: by province.act-europe.fr (Postfix, from userid 525) id 0F64B16480A; Wed, 29 Jun 2011 19:46:39 +0200 (CEST) Date: Wed, 29 Jun 2011 18:32:00 -0000 From: Arnaud Charlet To: Rainer Orth Cc: gcc-patches@gcc.gnu.org, John David Anglin Subject: Re: [testsuite, ada] Cope with HP-UX sh in run_acats (PR ada/49511) Message-ID: <20110629174639.GB85323@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 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 X-SW-Source: 2011-06/txt/msg02271.txt.bz2 > As described in the PR, HP-UX /bin/sh type -p ignores the -p, so we need > to extract the last field of the output just as for regular type. The > following patch does this, tested by Dave and bootstrapped on > sparc-sun-solaris2.11. > > Ok for mainline, 4.6 and 4.5 branches? OK