modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/execute/builtins/20010124-1.x (about) 1 load_lib target-supports.exp 2 3 if [istarget "nvptx-*-*"] { 4 # This test uses memcpy for block move in the same file as it 5 # defines it. The two decls are not the same, by design, and we 6 # end up emitting a definition of memcpy, along with a .extern 7 # declaration. This confuses the ptx assembler. 8 return 1 9 } 10 return 0