From: Thomas Schwinge Date: Mon, 28 Nov 2022 09:37:26 +0000 (+0100) Subject: nvptx: Re-enable 'gcc.c-torture/compile/20080721-1.c' X-Git-Tag: basepoints/gcc-16~5457 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0677101d40e384a13eec14ee270f457bfe5ac05;p=thirdparty%2Fgcc.git nvptx: Re-enable 'gcc.c-torture/compile/20080721-1.c' PASSes with: $ ptxas --version ptxas: NVIDIA (R) Ptx optimizing assembler Copyright (c) 2005-2018 NVIDIA Corporation Built on Sun_Sep__9_21:06:46_CDT_2018 Cuda compilation tools, release 10.0, V10.0.145 gcc/testsuite/ * gcc.c-torture/compile/20080721-1.c: Re-enable for nvptx. --- diff --git a/gcc/testsuite/gcc.c-torture/compile/20080721-1.c b/gcc/testsuite/gcc.c-torture/compile/20080721-1.c index 6c928f55ca1..35ef352bc6d 100644 --- a/gcc/testsuite/gcc.c-torture/compile/20080721-1.c +++ b/gcc/testsuite/gcc.c-torture/compile/20080721-1.c @@ -1,4 +1,3 @@ -/* { dg-skip-if "can't read function data" { nvptx-*-* } } */ void foo(void); void bar(void);