From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10430 invoked by alias); 7 Nov 2014 15:31:19 -0000 Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org Received: (qmail 10305 invoked by uid 89); 7 Nov 2014 15:31:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,UNWANTED_LANGUAGE_BODY autolearn=ham version=3.3.2 X-HELO: mail-wi0-f179.google.com Received: from mail-wi0-f179.google.com (HELO mail-wi0-f179.google.com) (209.85.212.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 07 Nov 2014 15:31:12 +0000 Received: by mail-wi0-f179.google.com with SMTP id h11so4939646wiw.0 for ; Fri, 07 Nov 2014 07:31:09 -0800 (PST) X-Received: by 10.194.57.169 with SMTP id j9mr16807467wjq.33.1415374269556; Fri, 07 Nov 2014 07:31:09 -0800 (PST) Received: from pike.twiddle.home.com ([87.111.149.167]) by mx.google.com with ESMTPSA id p1sm12186731wjy.22.2014.11.07.07.31.08 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 07 Nov 2014 07:31:09 -0800 (PST) From: Richard Henderson To: libffi-discuss@sourceware.org Subject: [PATCH 12/13] testsuite: Add two dg-do run markers Date: Fri, 07 Nov 2014 15:31:00 -0000 Message-Id: <1415374240-1792-13-git-send-email-rth@twiddle.net> In-Reply-To: <1415374240-1792-1-git-send-email-rth@twiddle.net> References: <1415374240-1792-1-git-send-email-rth@twiddle.net> X-SW-Source: 2014/txt/msg00199.txt.bz2 Caught by clang warning about unused -L parameter. --- testsuite/libffi.call/float2.c | 1 + testsuite/libffi.call/return_ldl.c | 1 + 2 files changed, 2 insertions(+) diff --git a/testsuite/libffi.call/float2.c b/testsuite/libffi.call/float2.c index aae1abf..419c2bd 100644 --- a/testsuite/libffi.call/float2.c +++ b/testsuite/libffi.call/float2.c @@ -3,6 +3,7 @@ Limitations: none. PR: none. Originator: From the original ffitest.c */ +/* { dg-do run } */ #include "ffitest.h" #include "float.h" diff --git a/testsuite/libffi.call/return_ldl.c b/testsuite/libffi.call/return_ldl.c index 520e710..52a92fe 100644 --- a/testsuite/libffi.call/return_ldl.c +++ b/testsuite/libffi.call/return_ldl.c @@ -3,6 +3,7 @@ Limitations: none. PR: none. Originator: 20071113 */ +/* { dg-do run } */ #include "ffitest.h" -- 1.9.3