From patchwork Mon Feb 22 20:49:12 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Mike Stump X-Patchwork-Id: 586542 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id D8E01140BC6 for ; Tue, 23 Feb 2016 07:53:11 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=iommDQM4; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; q=dns; s= default; b=bM1TzwZUuKxSQ3YI6wddxdB/H39BWCbGixAzwIIfE4MoxaRiXGW19 zK3qIp/sfO7QOYSzW9FNK/7dpcEimgPbr3UI3nXywkMx0nudAjvPmkP3iXrJ8MvV N6hHC3hrwthIHTx3/VwRk/REqVIV+OIsYOgxUimXT6nxXu3fIedAls= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :content-type:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; s=default; bh=NMOOXIs2f6ZDYvfBSWDN36m2uX8=; b=iommDQM4cfPpptR46gfa2FZa7ju3 s/XkMVTP1k+f8C0rJEjOt3qMR96VEU1ouod1R/YpZWXLO49jHY995C8M1RYBmzvt Nv6xixCxAN2xlqkSKXcYfw4rSQrphvMxmy0uChGo7lAHRTvdj3SLW3G8C1odS01G 0aa/uMLZW18WEh0= Received: (qmail 88177 invoked by alias); 22 Feb 2016 20:53:04 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 88146 invoked by uid 89); 22 Feb 2016 20:53:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy=H*Ad:D*atmel.com, Main, yours X-HELO: resqmta-ch2-03v.sys.comcast.net Received: from resqmta-ch2-03v.sys.comcast.net (HELO resqmta-ch2-03v.sys.comcast.net) (69.252.207.35) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 22 Feb 2016 20:53:02 +0000 Received: from resomta-ch2-06v.sys.comcast.net ([69.252.207.102]) by resqmta-ch2-03v.sys.comcast.net with comcast id MYsP1s0082D5gil01Yt0R2; Mon, 22 Feb 2016 20:53:00 +0000 Received: from [IPv6:2001:558:6045:a4:40c6:7199:cd03:b02d] ([IPv6:2001:558:6045:a4:40c6:7199:cd03:b02d]) by resomta-ch2-06v.sys.comcast.net with comcast id MYsy1s0082ztT3H01YszD9; Mon, 22 Feb 2016 20:53:00 +0000 Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Subject: Re: [Patch, testsuite] Require int32 target support in sso tests From: Mike Stump In-Reply-To: <877fhxyw6b.fsf@jaguar.corp.atmel.com> Date: Mon, 22 Feb 2016 12:49:12 -0800 Cc: gcc-patches , Eric Botcazou Message-Id: References: <87bn7wa8rh.fsf@jaguar.corp.atmel.com> <877fhxyw6b.fsf@jaguar.corp.atmel.com> To: Senthil Kumar Selvaraj X-IsSubscribed: yes On Feb 22, 2016, at 12:41 AM, Senthil Kumar Selvaraj wrote: > Could someone commit it for me please? I don't have commit access. Could you test out: and let us know if it works for you. I think this should address Eric’s concerns and yours. Index: sso.exp =================================================================== --- sso.exp (revision 233611) +++ sso.exp (working copy) @@ -32,6 +32,10 @@ set SSO_TORTURE_OPTIONS [list \ set-torture-options $SSO_TORTURE_OPTIONS +if { ![check_effective_target_int32] } { + return +} + # Main loop. gcc-dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.c]] "" “”