https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90377
Martin Sebor <msebor at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #6 from Martin Sebor <msebor at gcc dot gnu.org> ---
The warning for the test case has disappeared with the commit below. I'm not
sure the test case should be added to the test suite as is, with all the
problems.
commit dbd595151e5d560aa8aa80198b35b9a3da311e4d
Author: Richard Biener <[email protected]>
Date: Fri May 24 11:31:11 2019 +0000
re PR middle-end/90607 (gcc.dg/pr53265.c FAILs)
2019-05-24 Richard Biener <[email protected]>
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