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