aboutsummaryrefslogtreecommitdiffstats
path: root/test/regression/Results/struct12
Commit message (Collapse)AuthorAgeFilesLines
* Turn off copy optimization when returning a composite by reference.Xavier Leroy2015-07-081-0/+0
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.