aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.c-torture/execute
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2022-11-28 10:37:26 +0100
committerThomas Schwinge <tschwinge@baylibre.com>2024-10-07 10:13:12 +0200
commitdcae798b26864d12e43840f3cae75c01eaa11eae (patch)
treecea476ff04f829980fdcd08d711f054c706d0b32 /gcc/testsuite/gcc.c-torture/execute
parent65c7616c251a6697134b2a3ac7fe6460d308d2ed (diff)
downloadgcc-dcae798b26864d12e43840f3cae75c01eaa11eae.zip
gcc-dcae798b26864d12e43840f3cae75c01eaa11eae.tar.gz
gcc-dcae798b26864d12e43840f3cae75c01eaa11eae.tar.bz2
nvptx: Re-enable all variants of 'gcc.c-torture/execute/20020529-1.c'
Generally 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 ..., and execution with 'Driver Version: 361.93.02'. Only the '-O1' execution test FAILs (pre-existing; to be analyzed later): nvptx-run: error getting kernel result: an illegal memory access was encountered (CUDA_ERROR_ILLEGAL_ADDRESS, 700) gcc/testsuite/ * gcc.c-torture/execute/20020529-1.c: Re-enable all variants for nvptx.
Diffstat (limited to 'gcc/testsuite/gcc.c-torture/execute')
-rw-r--r--gcc/testsuite/gcc.c-torture/execute/20020529-1.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/testsuite/gcc.c-torture/execute/20020529-1.c b/gcc/testsuite/gcc.c-torture/execute/20020529-1.c
index d34fec1..545f4709 100644
--- a/gcc/testsuite/gcc.c-torture/execute/20020529-1.c
+++ b/gcc/testsuite/gcc.c-torture/execute/20020529-1.c
@@ -12,10 +12,6 @@
forced a splitter through the output pattern "#", but there was no
matching splitter. */
-/* The ptx assembler appears to clobber 'b' inside foo during the f1 call.
- Reported to nvidia 2016-05-18. */
-/* { dg-skip-if "PTX assembler bug" { nvptx-*-* } { "-O0" } { "" } } */
-
void abort (void);
void exit (int);