aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/src/c++98/Makefile.am
diff options
context:
space:
mode:
authorAndrew Pinski <andrew.pinski@oss.qualcomm.com>2025-09-02 13:57:26 -0700
committerAndrew Pinski <andrew.pinski@oss.qualcomm.com>2025-09-02 14:06:14 -0700
commitcaa1c2f42691d68af4d894a5c3e700ecd2dba080 (patch)
tree7ed805786566918630d1d617b1ed8f7310f5fd8e /libstdc++-v3/src/c++98/Makefile.am
parenta6e0a610e6546dc3e6f26deb7b925cc1b2a681a5 (diff)
downloadgcc-master.zip
gcc-master.tar.gz
gcc-master.tar.bz2
strlen: Fixup load alignment for memcmpHEADtrunkmaster
Like the previous commit but for strlen copy so we can backport this commit. The loads should have the correct alignment on them so we need to create newly aligned types when the alignment of the pointer is less than the alignment of the current type. Pushed as pre-approved by https://gcc.gnu.org/pipermail/gcc-patches/2025-September/694016.html after a bootstrap/test on x86_64-linux-gnu. gcc/ChangeLog: * tree-ssa-strlen.cc (strlen_pass::handle_builtin_memcmp): Create unaligned types if the alignment of the pointers is less than the alignment of the new type. Signed-off-by: Andrew Pinski <andrew.pinski@oss.qualcomm.com>
Diffstat (limited to 'libstdc++-v3/src/c++98/Makefile.am')
0 files changed, 0 insertions, 0 deletions