https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81435
--- Comment #2 from Eric Gallager <egallager at gcc dot gnu.org> --- (In reply to Martin Sebor from comment #0) > The tree-ssa-strlen pass is able to track the lengths of some dynamically > created and modified strings by calls to strcpy and strcat. Since the strlen pass begins with tree-ssa, and MAINTAINERS lists Andrew MacLeod as the tree-ssa maintainer, does it make sense to cc him on tree-ssa-strlen bugs like this? Or is that more just your special area?