nvptx: Re-enable all variants of 'c-c++-common/torture/complex-sign-mixed-add.c', 'c-c++-common/torture/complex-sign-mixed-sub.c'

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.
This commit is contained in:
Thomas Schwinge 2022-11-28 10:37:26 +01:00 committed by Thomas Schwinge
parent 81dcca1c24
commit 8095cb5525
2 changed files with 0 additions and 2 deletions

View 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"

View 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"