From 32e7e5f319c5b6a52baf2454b7f868ca22c45793 Mon Sep 17 00:00:00 2001 From: Tom de Vries Date: Wed, 14 Oct 2020 16:18:16 +0200 Subject: [PATCH] [nvptx, testsuite] Remove dg-skip-if for ptxas crashes There's a dg-skip-if for nvptx that is related to a ptxas crash. If I remove it, the test-case passes for me (with ptxas from cuda 9.1). I've tested this on a range of cudas, from 5.0 to 11.1 and did not manage to reproduce the fail. Remove the dg-skip-if. Tested on nvptx. gcc/testsuite/ChangeLog: 2020-10-15 Tom de Vries * gcc.c-torture/execute/981019-1.c: Remove dg-skip-if for nvptx. --- gcc/testsuite/gcc.c-torture/execute/981019-1.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gcc/testsuite/gcc.c-torture/execute/981019-1.c b/gcc/testsuite/gcc.c-torture/execute/981019-1.c index 1cf3741dc0e..5d1f009009b 100644 --- a/gcc/testsuite/gcc.c-torture/execute/981019-1.c +++ b/gcc/testsuite/gcc.c-torture/execute/981019-1.c @@ -1,5 +1,3 @@ -/* { dg-skip-if "ptxas seg faults" { nvptx-*-* } { "-O3*" } { "" } } */ - extern int f2(void); extern int f3(void); extern void f1(void); -- 2.30.2