Re: [PATCH]AArch64[GCC-8] Fix overflow in memcopy expansion on aarch64.

2020-11-17 Thread Richard Sandiford via Gcc-patches
Tamar Christina writes: > Hi All, > > This a partial backport for 0f801e0b6cc9f67c9a8983127e23161f6025c5b6 which > fixes > a truncation error for the inline memcopy on AArch64 on GCC-8. > > Bootstrapped Regtested on aarch64-none-linux-gnu and no issues. > > Ok for GCC-8? OK, thanks. Richard >

[PATCH]AArch64[GCC-8] Fix overflow in memcopy expansion on aarch64.

2020-11-17 Thread Tamar Christina via Gcc-patches
Hi All, This a partial backport for 0f801e0b6cc9f67c9a8983127e23161f6025c5b6 which fixes a truncation error for the inline memcopy on AArch64 on GCC-8. Bootstrapped Regtested on aarch64-none-linux-gnu and no issues. Ok for GCC-8? gcc/ChangeLog: PR target/97535 * config/aarch64/