From: Tom de Vries Date: Thu, 15 Oct 2020 06:00:23 +0000 (+0200) Subject: [nvptx, testsuite] Remove dg-skip-if for ptxas oom X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c3d243f1c2749069d5bd73cad66f776a845f902c;p=gcc.git [nvptx, testsuite] Remove dg-skip-if for ptxas oom There's a dg-skip-if for nvptx that is related to ptxas oom. If I remove it, the test-case passes for me (with ptxas from cuda 9.1). I've tested it 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/compile/limits-externdecl.c: Remove dg-skip-if for nvptx. --- diff --git a/gcc/testsuite/gcc.c-torture/compile/limits-externdecl.c b/gcc/testsuite/gcc.c-torture/compile/limits-externdecl.c index d3828015a75..3a2e5ac19b9 100644 --- a/gcc/testsuite/gcc.c-torture/compile/limits-externdecl.c +++ b/gcc/testsuite/gcc.c-torture/compile/limits-externdecl.c @@ -1,4 +1,3 @@ -/* { dg-skip-if "ptxas runs out of memory" { nvptx-*-* } } */ /* { dg-skip-if "Array too big" { "pdp11-*-*" } { "-mint32" } } */ /* { dg-require-effective-target int32plus } */