nvptx: Re-enable 'gcc.dg/special/weak-2.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

..., and execution with 'Driver Version: 361.93.02'.

	gcc/testsuite/
	* gcc.dg/special/weak-2.c: Re-enable for nvptx.
This commit is contained in:
Thomas Schwinge 2022-11-28 10:37:26 +01:00 committed by Thomas Schwinge
parent dcae798b26
commit 81dcca1c24

View file

@ -2,10 +2,6 @@
/* { dg-require-weak "" } */
/* { dg-additional-sources "weak-2a.c weak-2b.c" } */
/* NVPTX's implementation of weak is broken when a strong symbol is in
a later object file than the weak definition. */
/* { dg-skip-if "" { "nvptx-*-*" } } */
#include <stdlib.h>
extern int foo(void);