aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/Results/struct12
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2015-07-08 11:42:39 +0200
committerXavier Leroy <xavier.leroy@inria.fr>2015-07-08 11:42:39 +0200
commitf869da75c970aec78975f7154c806f29e3012b7a (patch)
tree32bd1fc3fc05e51d7d339956b04196f80e0f2116 /test/regression/Results/struct12
parent3eb2b3b7bb464d9844f7c161fbcff53f597348b9 (diff)
downloadcompcert-f869da75c970aec78975f7154c806f29e3012b7a.tar.gz
compcert-f869da75c970aec78975f7154c806f29e3012b7a.zip
Turn off copy optimization when returning a composite by reference.
The copy optimization is not correct in case of overlap between destination and source. We would need to use an hypothetical __builtin_memmove_aligned that can cope with overlap to implement the copy at return of callee.
Diffstat (limited to 'test/regression/Results/struct12')
-rw-r--r--test/regression/Results/struct120
1 files changed, 0 insertions, 0 deletions
diff --git a/test/regression/Results/struct12 b/test/regression/Results/struct12
new file mode 100644
index 00000000..e69de29b
--- /dev/null
+++ b/test/regression/Results/struct12