On 6/26/20 3:58 PM, Jeff Law wrote:
On Mon, 2020-06-22 at 12:02 -0600, Martin Sebor wrote:
Ping: https://gcc.gnu.org/pipermail/gcc-patches/2020-June/547415.html
Jason already approved the C++ changes (with a couple of minor
tweaks). I'm still looking for an approval of the corresponding
middle end diff.
Do you need an auto_digantosic_group in the tree-ssa-ccp.c changes too? If so,
add it. If not, then it's OK as-is.
I added it there as well.
My understanding is that auto_diagnostic_group is a placeholder for
a future enhancement that David wants to add, and it doesn't yet do
anything useful, so there's no way to test the code.
Martin