https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71327
Eric Gallager <egallager at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|UNCONFIRMED |WAITING Last reconfirmed| |2020-11-06 CC| |egallager at gcc dot gnu.org --- Comment #2 from Eric Gallager <egallager at gcc dot gnu.org> --- (In reply to Eric Gallager from comment #1) > (In reply to David Binderman from comment #0) > > libiberty/cplus-dem.c:2702]: (style) Redundant condition: If 'EXPR == '_'', > > the comparison 'EXPR' is always true. > > > > Source code is > > > > while (*scan && *scan == '_') > > > > Suggest new code > > > > while (*scan == '_') > > I can't seem to find the mentioned code in the original source file any > longer... WAITING for David to reconfirm