[nvptx, testsuite] Remove xpassing xfails for ptxas crashes
authorTom de Vries <tdevries@suse.de>
Wed, 14 Oct 2020 13:51:24 +0000 (15:51 +0200)
committerTom de Vries <tdevries@suse.de>
Thu, 15 Oct 2020 08:36:36 +0000 (10:36 +0200)
There's a couple of nvptx xfails that are related to ptxas crashes,
which are xpassing for me (with ptxas from cuda 9.1).

I've tested these on a range of cudas, from 5.0 to 11.1 and did not
manage to reproduce the fails.

Remove the xfails.  Tested on nvptx.

gcc/testsuite/ChangeLog:

2020-10-15  Tom de Vries  <tdevries@suse.de>

* gcc.c-torture/compile/pr42717.c: Remove nvptx xfail.
* gcc.c-torture/compile/pr61684.c: Same.
* gcc.c-torture/execute/pr20601-1.c: Same.
* gcc.c-torture/execute/pr52129.c: Same.
* gcc.c-torture/execute/pr59221.c: Same.
* gcc.dg/pr68671.c: Same.

gcc/testsuite/gcc.c-torture/compile/pr42717.c
gcc/testsuite/gcc.c-torture/compile/pr61684.c
gcc/testsuite/gcc.c-torture/execute/pr20601-1.c
gcc/testsuite/gcc.c-torture/execute/pr52129.c
gcc/testsuite/gcc.c-torture/execute/pr59221.c
gcc/testsuite/gcc.dg/pr68671.c

index 7f6fb9db5cf82c14ca45b6546eb25502c95294d4..4fe6f93e79770195b2a4d88be1e4366a1c971138 100644 (file)
@@ -1,4 +1,3 @@
-/* { dg-xfail-if "ptxas crashes" { nvptx-*-* } { "-O0" } { "" } } */
 static signed char
 foo (signed char si1, unsigned char si2)
 {
index 9a7b52feb9ea4f47700f8ef9a4f48e931455d92c..f5b53b73a0d347cb6c3f2b1fd33ce1b9d268dd7c 100644 (file)
@@ -1,5 +1,4 @@
 /* PR tree-optimization/61684 */
-/* { dg-xfail-if "ptxas crashes" { nvptx-*-* } { "*" } { "-O0" "-O1" "-Os" } } */
 
 int a, c;
 static int *b = 0;
index 6eab1ef1ea76d580b98e89a3e462a062e61adbf3..7c13c9138193fbd3ac8170fc347ecc0773d8cb90 100644 (file)
@@ -1,5 +1,4 @@
 /* PR tree-optimization/20601 */
-/* { dg-xfail-if "ptxas crashes" { nvptx-*-* } { "-O1" } { "" } } */
 extern void abort (void);
 extern void exit (int);
 
index ab43ca60cfe67243644c925a796ff9cb03fc57e8..a60bfa8bb6af30ad6c7e5458cd3eac245341ff2d 100644 (file)
@@ -1,5 +1,4 @@
 /* PR target/52129 */
-/* { dg-xfail-if "ptxas crashes" { nvptx-*-* } { "-O1" } { "" } } */
 
 extern void abort (void);
 struct S { void *p; unsigned int q; };
index b3072271bfb91b088e9f992d2c98cf26d6d89394..0cd425948fcb58f9524be08f584860273733994d 100644 (file)
@@ -1,4 +1,3 @@
-/* { dg-xfail-if "ptxas crashes" { nvptx-*-* } { "*" } { "-O0" "-Os" } } */
 
 
 int a = 1, b, d;
index 9b473ca8f00dd2ea074642bed58b6f6860694c7c..bec4639f80a865ead8d7f26c7516b8ba45d1d2d6 100644 (file)
@@ -1,7 +1,6 @@
 /* PR tree-optimization/68671 */
 /* { dg-do run } */
 /* { dg-options " -O2 -fno-tree-dce" } */
-/* { dg-xfail-if "ptxas crashes" { nvptx-*-* } } */
 
 volatile int a = -1;
 volatile int b;