]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
[nvptx, testsuite] Remove dg-skip-if for ptxas crashes
authorTom de Vries <tdevries@suse.de>
Wed, 14 Oct 2020 14:18:16 +0000 (16:18 +0200)
committerTom de Vries <tdevries@suse.de>
Thu, 15 Oct 2020 08:36:36 +0000 (10:36 +0200)
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  <tdevries@suse.de>

* gcc.c-torture/execute/981019-1.c: Remove dg-skip-if for nvptx.

gcc/testsuite/gcc.c-torture/execute/981019-1.c

index 1cf3741dc0e1244b9fc04871bf43c009bae96b1b..5d1f009009bfd16cce34ce076f23159ffe63933d 100644 (file)
@@ -1,5 +1,3 @@
-/* { dg-skip-if "ptxas seg faults" { nvptx-*-* } { "-O3*" } { "" } } */
-
 extern int f2(void);
 extern int f3(void);
 extern void f1(void);