aboutsummaryrefslogtreecommitdiff
path: root/SingleSource/Regression/C/gcc-c-torture/execute/builtins/20010124-1.x
diff options
context:
space:
mode:
Diffstat (limited to 'SingleSource/Regression/C/gcc-c-torture/execute/builtins/20010124-1.x')
-rw-r--r--SingleSource/Regression/C/gcc-c-torture/execute/builtins/20010124-1.x10
1 files changed, 10 insertions, 0 deletions
diff --git a/SingleSource/Regression/C/gcc-c-torture/execute/builtins/20010124-1.x b/SingleSource/Regression/C/gcc-c-torture/execute/builtins/20010124-1.x
new file mode 100644
index 00000000..c38970d4
--- /dev/null
+++ b/SingleSource/Regression/C/gcc-c-torture/execute/builtins/20010124-1.x
@@ -0,0 +1,10 @@
+load_lib target-supports.exp
+
+if [istarget "nvptx-*-*"] {
+ # This test uses memcpy for block move in the same file as it
+ # defines it. The two decls are not the same, by design, and we
+ # end up emitting a definition of memcpy, along with a .extern
+ # declaration. This confuses the ptx assembler.
+ return 1
+}
+return 0