aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJan Hubicka <jh@suse.cz>2023-11-24 17:59:44 +0100
committerJan Hubicka <jh@suse.cz>2023-11-24 17:59:44 +0100
commitc2dcfb6ba6e9a84a16e63ae73a822ae2a843170c (patch)
treee80683756dda462e6d2e33e44934a75b8ae5c856 /gcc
parentaae723d360ca26cd9fd0b039fb0a616bd0eae363 (diff)
downloadgcc-c2dcfb6ba6e9a84a16e63ae73a822ae2a843170c.zip
gcc-c2dcfb6ba6e9a84a16e63ae73a822ae2a843170c.tar.gz
gcc-c2dcfb6ba6e9a84a16e63ae73a822ae2a843170c.tar.bz2
Use memcpy instead of memmove in __relocate_a_1
__relocate_a_1 is used to copy data after vector reizing. This can be done by memcpy rather than memmove. libstdc++-v3/ChangeLog: PR middle-end/109849 * include/bits/stl_uninitialized.h (__relocate_a_1): Use memcpy instead of memmove.
Diffstat (limited to 'gcc')
0 files changed, 0 insertions, 0 deletions