https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110137

--- Comment #33 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
(In reply to Richard Biener from comment #32)
> See PR101480 for a reason why to not do this.

That testcase would be fine with "mP" rather than "mC".
Sure, that PR is a reason not to do the stronger (C) case unless some flag is
used.
Maybe we can have both, use "mP" by default and have some (uniquely named)
non-default flag which turns that into "mC" and the delete case into ".Co ",
and perhaps does that even when not from new/delete.

Reply via email to