From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 77173 invoked by alias); 29 Mar 2015 20:01:32 -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 77161 invoked by uid 89); 29 Mar 2015 20:01:31 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.1 required=5.0 tests=BAYES_00,SPF_NEUTRAL autolearn=no version=3.3.2 X-HELO: smtp.fgznet.ch Received: from mail.fgznet.ch (HELO smtp.fgznet.ch) (81.92.96.47) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Sun, 29 Mar 2015 20:01:30 +0000 Received: from [192.168.225.11] (dhclient-91-190-14-19.flashcable.ch [91.190.14.19]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id t2TK1IYM008553; Sun, 29 Mar 2015 22:01:22 +0200 (CEST) (envelope-from andreast@gcc.gnu.org) Message-ID: <55185A0E.2030202@gcc.gnu.org> Date: Sun, 29 Mar 2015 20:01:00 -0000 From: Andreas Tobler User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: John David Anglin , GCC Patches Subject: Re: [PATCH] libffi testsuite: Don't run testsuite/libffi.call/float2.c on hppa*-*-hpux* References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2015-03/txt/msg01511.txt.bz2 On 28.03.15 20:25, John David Anglin wrote: > The libffi.call/float2.c test uses fabsl which was introduced in c99 and isn't available on hppa*-*-hpux*. > In order to use the target selector with dg-run, I need to load target-supports-dg.exp in lib/libffi.exp. > > Tested on hppa2.0w-hp-hpux11.11. Okay for trunk? From the testsuite pov. ok, but I do not have a picture of the trunk check in restrictions regarding the next release. Thanks, Andreas