https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90607
--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> --- Author: rguenth Date: Fri May 24 11:31:11 2019 New Revision: 271601 URL: https://gcc.gnu.org/viewcvs?rev=271601&root=gcc&view=rev Log: 2019-05-24 Richard Biener <rguent...@suse.de> PR testsuite/90607 * tree-loop-distribution.c (struct partition): Add location member. (partition_alloc): Initialize all fields. (generate_memset_builtin): Use the location recorded in the partition for the generated call. (generate_memcpy_builtin): Likewise. (classify_partition): Record the location of a single store as location for the partition. * gcc.dg/pr53265.c: Amend for new expected diagnostic. Modified: trunk/gcc/ChangeLog trunk/gcc/testsuite/ChangeLog trunk/gcc/testsuite/gcc.dg/pr53265.c trunk/gcc/tree-loop-distribution.c