https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65452
David Malcolm <dmalcolm at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dmalcolm at gcc dot gnu.org --- Comment #1 from David Malcolm <dmalcolm at gcc dot gnu.org> --- Some context from our IRC chat, for other gcc devs: I just wrote: if (strcmp (foo, foo) == 0) instead of if (strcmp (self->priv->foo, foo) == 0) in a patch... thankfully got noticed in review.