diff options
author | Nathan Sidwell <nathan@acm.org> | 2015-08-25 20:06:13 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 2015-08-25 20:06:13 +0000 |
commit | 2f40eaca146906d75e95630f7bb3e5a27c3a5613 (patch) | |
tree | 930846dde1a54a543e89e838c82e79aca281048c | |
parent | 5a08165c8df02fce80d7fd7c88b12b7a66775f4f (diff) | |
download | gcc-2f40eaca146906d75e95630f7bb3e5a27c3a5613.zip gcc-2f40eaca146906d75e95630f7bb3e5a27c3a5613.tar.gz gcc-2f40eaca146906d75e95630f7bb3e5a27c3a5613.tar.bz2 |
* gcc.c-torture/execute/builtins/20010124-1.x: New.
From-SVN: r227186
-rw-r--r-- | gcc/testsuite/ChangeLog | 2 | ||||
-rw-r--r-- | gcc/testsuite/gcc.c-torture/execute/builtins/20010124-1.x | 10 |
2 files changed, 12 insertions, 0 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 214a87a..9b0f9c0 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,7 @@ 2015-08-25 Nathan Sidwell <nathan@acm.org> + * gcc.c-torture/execute/builtins/20010124-1.x: New. + * gcc.dg/20001117-1.c: Needs return_address. * gcc.dg/20020415-1.c: Needs alloca. * gcc.dg/graphite/id-pr44676.c: Needs profiling. diff --git a/gcc/testsuite/gcc.c-torture/execute/builtins/20010124-1.x b/gcc/testsuite/gcc.c-torture/execute/builtins/20010124-1.x new file mode 100644 index 0000000..c38970d --- /dev/null +++ b/gcc/testsuite/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 |