[nvptx, testsuite] Remove dg-skip-if for ptxas crash fixed in cuda 8.0
authorTom de Vries <tdevries@suse.de>
Wed, 14 Oct 2020 14:26:50 +0000 (16:26 +0200)
committerTom de Vries <tdevries@suse.de>
Thu, 15 Oct 2020 08:36:36 +0000 (10:36 +0200)
commit93e5ebc7cbb6a203e128e0ac4353d4aacf0e2686
tree02112f62b0ea0bea5e84430d0dd894a5b21baa92
parent32e7e5f319c5b6a52baf2454b7f868ca22c45793
[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  <tdevries@suse.de>

* gcc.c-torture/execute/pr68185.c: Remove dg-skip-if for nvptx.
gcc/testsuite/gcc.c-torture/execute/pr68185.c