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

--- Comment #1 from Eric Gallager <egallager at gcc dot gnu.org> ---
(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...

Reply via email to