public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/71327] libiberty/cplus-dem.c:2702]: (style) Redundant condition
       [not found] <bug-71327-4@http.gcc.gnu.org/bugzilla/>
@ 2020-11-06 22:02 ` egallager at gcc dot gnu.org
  2020-11-06 22:09 ` dcb314 at hotmail dot com
  2020-11-06 22:17 ` egallager at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: egallager at gcc dot gnu.org @ 2020-11-06 22:02 UTC (permalink / raw)
  To: gcc-bugs

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug other/71327] libiberty/cplus-dem.c:2702]: (style) Redundant condition
       [not found] <bug-71327-4@http.gcc.gnu.org/bugzilla/>
  2020-11-06 22:02 ` [Bug other/71327] libiberty/cplus-dem.c:2702]: (style) Redundant condition egallager at gcc dot gnu.org
@ 2020-11-06 22:09 ` dcb314 at hotmail dot com
  2020-11-06 22:17 ` egallager at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: dcb314 at hotmail dot com @ 2020-11-06 22:09 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #3 from David Binderman <dcb314 at hotmail dot com> ---
(In reply to Eric Gallager from comment #2)
> WAITING for David to reconfirm

$ fgrep scan trunk.git/libiberty/cplus-dem.c
$ 

Another one gone away, this time in four years.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug other/71327] libiberty/cplus-dem.c:2702]: (style) Redundant condition
       [not found] <bug-71327-4@http.gcc.gnu.org/bugzilla/>
  2020-11-06 22:02 ` [Bug other/71327] libiberty/cplus-dem.c:2702]: (style) Redundant condition egallager at gcc dot gnu.org
  2020-11-06 22:09 ` dcb314 at hotmail dot com
@ 2020-11-06 22:17 ` egallager at gcc dot gnu.org
  2 siblings, 0 replies; 3+ messages in thread
From: egallager at gcc dot gnu.org @ 2020-11-06 22:17 UTC (permalink / raw)
  To: gcc-bugs

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

Eric Gallager <egallager at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|WAITING                     |RESOLVED

--- Comment #4 from Eric Gallager <egallager at gcc dot gnu.org> ---
(In reply to David Binderman from comment #3)
> (In reply to Eric Gallager from comment #2)
> > WAITING for David to reconfirm
> 
> $ fgrep scan trunk.git/libiberty/cplus-dem.c
> $ 
> 
> Another one gone away, this time in four years.

Thus, closing.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-06 22:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-71327-4@http.gcc.gnu.org/bugzilla/>
2020-11-06 22:02 ` [Bug other/71327] libiberty/cplus-dem.c:2702]: (style) Redundant condition egallager at gcc dot gnu.org
2020-11-06 22:09 ` dcb314 at hotmail dot com
2020-11-06 22:17 ` egallager at gcc dot gnu.org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).