]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
nvptx: Re-enable all variants of 'c-c++-common/torture/complex-sign-mixed-add.c'...
authorThomas Schwinge <thomas@codesourcery.com>
Mon, 28 Nov 2022 09:37:26 +0000 (10:37 +0100)
committerThomas Schwinge <tschwinge@baylibre.com>
Mon, 7 Oct 2024 08:13:13 +0000 (10:13 +0200)
PASS 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'.

gcc/testsuite/
* c-c++-common/torture/complex-sign-mixed-add.c: Re-enable all
variants for nvptx.
* c-c++-common/torture/complex-sign-mixed-sub.c: Likewise.

gcc/testsuite/c-c++-common/torture/complex-sign-mixed-add.c
gcc/testsuite/c-c++-common/torture/complex-sign-mixed-sub.c

index 36d305baf5345b9085f1ac0489ccc38469990d93..c12ab6f1d535ba43d5f51bc8bdbb9cf6078e9115 100644 (file)
@@ -2,7 +2,6 @@
    addition.  */
 /* { dg-do run } */
 /* { dg-options "-std=gnu99" { target c } } */
-/* { dg-skip-if "ptx can elide zero additions" { "nvptx-*-*" } { "-O0" } { "" } } */
 /* { dg-skip-if "double support is incomplete" { "avr-*-*" } } */
 
 #include "complex-sign.h"
index 63c75dfdff283dae15cdaa87673a7823198b8aed..dee2aadb65e877cb597ce82f0fcc0f7d92beee50 100644 (file)
@@ -2,7 +2,6 @@
    subtraction.  */
 /* { dg-do run } */
 /* { dg-options "-std=gnu99" { target c } } */
-/* { dg-skip-if "ptx can elide zero additions" { "nvptx-*-*" } { "-O0" } { "" } } */
 /* { dg-skip-if "double support is incomplete" { "avr-*-*" } } */
 
 #include "complex-sign.h"