From patchwork Tue Dec 8 18:44:04 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nathan Sidwell X-Patchwork-Id: 554019 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 433A9140B12 for ; Wed, 9 Dec 2015 05:44:17 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=sUeC2dma; 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:to :from:subject:message-id:date:mime-version:content-type; q=dns; s=default; b=sdu9TVHuo143laa3gJgwi7xuz3uXKkNMOWAX4u34Vx0yyTnfo8 mY+srBd6boDl3IxeTzn/sqpCA55OryQholCEIlet6bH9wRGpE/QLPoRlhcc1BF9U ZowBxIRf7kdM1mBKnzcV1TybYrKnY1OffByOrbGSqBfH9VwstKzDkJv1Q= 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:to :from:subject:message-id:date:mime-version:content-type; s= default; bh=UBV7To8zyfSLDCFkkuJX+0Rv3eg=; b=sUeC2dmaGtgUaxSbFWEw GOw563HvNSrXyfD6Irl5rao4O36SSPrZLmNKpggpf88W/ZAGq0D3dW2Qt3foJ+2J zN5+wXQWgcqEx0G3iW3M3U+EsJ4ub8zIPPGeXqyJ+O1gEuOsqVuA6pskKlCO18cH 6Lu5qKq0E3Uofm5TEEfnNNI= Received: (qmail 45233 invoked by alias); 8 Dec 2015 18:44:10 -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 45222 invoked by uid 89); 8 Dec 2015 18:44:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=BAYES_00, FREEMAIL_FROM, KAM_ASCII_DIVIDERS, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=no version=3.3.2 X-HELO: mail-qg0-f53.google.com Received: from mail-qg0-f53.google.com (HELO mail-qg0-f53.google.com) (209.85.192.53) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 08 Dec 2015 18:44:08 +0000 Received: by qgec40 with SMTP id c40so30014160qge.2 for ; Tue, 08 Dec 2015 10:44:05 -0800 (PST) X-Received: by 10.141.7.69 with SMTP id j66mr7449449qhd.2.1449600245027; Tue, 08 Dec 2015 10:44:05 -0800 (PST) Received: from ?IPv6:2601:181:c000:c497:a2a8:cdff:fe3e:b48? ([2601:181:c000:c497:a2a8:cdff:fe3e:b48]) by smtp.googlemail.com with ESMTPSA id 138sm2045728qhi.37.2015.12.08.10.44.04 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 08 Dec 2015 10:44:04 -0800 (PST) To: GCC Patches From: Nathan Sidwell Subject: [PTX] remove some test skipping Message-ID: <566724F4.80806@acm.org> Date: Tue, 8 Dec 2015 13:44:04 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 These tests no longer cause the PTX assembler to seg fault, so no reason to skip them. nathan 2015-12-08 Nathan Sidwell * gcc.c-torture/compile/920723-1.c: Remove PTX skip. * gcc.c-torture/compile/pr33855.c: Likewise. * gcc.c-torture/execute/981019-1.c: Remove PTX -O2 skip. Index: gcc.c-torture/compile/920723-1.c =================================================================== --- gcc.c-torture/compile/920723-1.c (revision 231418) +++ gcc.c-torture/compile/920723-1.c (working copy) @@ -1,4 +1,3 @@ -/* { dg-skip-if "ptxas seg faults" { nvptx-*-* } { "-O2" } { "" } } */ #if defined(STACK_SIZE) && STACK_SIZE < 65536 # define GITT_SIZE 75 Index: gcc.c-torture/compile/pr33855.c =================================================================== --- gcc.c-torture/compile/pr33855.c (revision 231418) +++ gcc.c-torture/compile/pr33855.c (working copy) @@ -1,4 +1,3 @@ -/* { dg-skip-if "ptxas seg faults" { nvptx-*-* } { "-O1" } { "" } } */ /* Testcase by Martin Michlmayr */ /* Used to segfault due to cselim not marking the complex temp var as GIMPLE reg. */ Index: gcc.c-torture/execute/981019-1.c =================================================================== --- gcc.c-torture/execute/981019-1.c (revision 231418) +++ gcc.c-torture/execute/981019-1.c (working copy) @@ -1,4 +1,4 @@ -/* { dg-skip-if "ptxas seg faults" { nvptx-*-* } { "-O2" "-O3*" } { "" } } */ +/* { dg-skip-if "ptxas seg faults" { nvptx-*-* } { "-O3*" } { "" } } */ extern int f2(void); extern int f3(void);