From: Tom de Vries Date: Wed, 14 Oct 2020 14:26:50 +0000 (+0200) Subject: [nvptx, testsuite] Remove dg-skip-if for ptxas crash fixed in cuda 8.0 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=93e5ebc7cbb6a203e128e0ac4353d4aacf0e2686;p=gcc.git [nvptx, testsuite] Remove dg-skip-if for ptxas crash fixed in cuda 8.0 The test-case gcc.c-torture/execute/pr68185.c has a dg-skip-if for nvptx due to "ptxas crashes or executes incorrectly". I've managed to reproduce the problem using cuda 7.5: ... FAIL: gcc.c-torture/execute/pr68185.c -O0 (test for excess errors) Excess errors: nvptx-as: ptxas terminated with signal 11 [Segmentation fault], core dumped ... but it's fixed starting cuda 8.0. Remove the dg-skip-if. Tested on nvptx. gcc/testsuite/ChangeLog: 2020-10-15 Tom de Vries * gcc.c-torture/execute/pr68185.c: Remove dg-skip-if for nvptx. --- diff --git a/gcc/testsuite/gcc.c-torture/execute/pr68185.c b/gcc/testsuite/gcc.c-torture/execute/pr68185.c index a41a557df95..d82fd0ad2f7 100644 --- a/gcc/testsuite/gcc.c-torture/execute/pr68185.c +++ b/gcc/testsuite/gcc.c-torture/execute/pr68185.c @@ -1,4 +1,3 @@ -/* { dg-skip-if "ptxas crashes or executes incorrectly" { nvptx-*-* } { "-O0" "-Os" } { "" } } Reported 2015-11-20 */ int a, b, d = 1, e, f, o, u, w = 1, z; short c, q, t;