]> git.ipfire.org Git - thirdparty/gcc.git/commit
re PR middle-end/90607 (gcc.dg/pr53265.c FAILs)
authorRichard Biener <rguenther@suse.de>
Fri, 24 May 2019 11:31:11 +0000 (11:31 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Fri, 24 May 2019 11:31:11 +0000 (11:31 +0000)
commitdbd595151e5d560aa8aa80198b35b9a3da311e4d
tree5b585983ffe7669b6ef450bc3880e4140d99ba47
parent3258c2d6fb886798b320b33b832ee5747f7c0de8
re PR middle-end/90607 (gcc.dg/pr53265.c FAILs)

2019-05-24  Richard Biener  <rguenther@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.

From-SVN: r271601
gcc/ChangeLog
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/pr53265.c
gcc/tree-loop-distribution.c