public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/63353] New: libstdc++-v3/src/c++11/ios.cc:232: possible typo ?
@ 2014-09-24  6:50 dcb314 at hotmail dot com
  2014-09-24  9:12 ` [Bug libstdc++/63353] " redi at gcc dot gnu.org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dcb314 at hotmail dot com @ 2014-09-24  6:50 UTC (permalink / raw)
  To: gcc-bugs

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

            Bug ID: 63353
           Summary: libstdc++-v3/src/c++11/ios.cc:232: possible typo ?
           Product: gcc
           Version: 5.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: dcb314 at hotmail dot com

[libstdc++-v3/src/c++11/ios.cc:232] -> [libstdc++-v3/src/c++11/ios.cc:232]:
(style) Same expression on both sides of '&&'.

Offending source code is

       if (!__lhs_local && !__lhs_local)

Maybe

       if (!__lhs_local && !__rhs_local)

or

       if (!__lhs_local)

were intended.


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

* [Bug libstdc++/63353] libstdc++-v3/src/c++11/ios.cc:232: possible typo ?
  2014-09-24  6:50 [Bug c++/63353] New: libstdc++-v3/src/c++11/ios.cc:232: possible typo ? dcb314 at hotmail dot com
@ 2014-09-24  9:12 ` redi at gcc dot gnu.org
  2014-09-24  9:40 ` redi at gcc dot gnu.org
  2014-09-24  9:41 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: redi at gcc dot gnu.org @ 2014-09-24  9:12 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2014-09-24
          Component|c++                         |libstdc++
           Assignee|unassigned at gcc dot gnu.org      |redi at gcc dot gnu.org
   Target Milestone|---                         |5.0
     Ever confirmed|0                           |1

--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Oops, mine.


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

* [Bug libstdc++/63353] libstdc++-v3/src/c++11/ios.cc:232: possible typo ?
  2014-09-24  6:50 [Bug c++/63353] New: libstdc++-v3/src/c++11/ios.cc:232: possible typo ? dcb314 at hotmail dot com
  2014-09-24  9:12 ` [Bug libstdc++/63353] " redi at gcc dot gnu.org
@ 2014-09-24  9:40 ` redi at gcc dot gnu.org
  2014-09-24  9:41 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: redi at gcc dot gnu.org @ 2014-09-24  9:40 UTC (permalink / raw)
  To: gcc-bugs

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

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Wed Sep 24 09:40:10 2014
New Revision: 215549

URL: https://gcc.gnu.org/viewcvs?rev=215549&root=gcc&view=rev
Log:
    PR libstdc++/63353
    * src/c++11/ios.cc (ios_base::_M_swap): Fix typo.

Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/src/c++11/ios.cc


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

* [Bug libstdc++/63353] libstdc++-v3/src/c++11/ios.cc:232: possible typo ?
  2014-09-24  6:50 [Bug c++/63353] New: libstdc++-v3/src/c++11/ios.cc:232: possible typo ? dcb314 at hotmail dot com
  2014-09-24  9:12 ` [Bug libstdc++/63353] " redi at gcc dot gnu.org
  2014-09-24  9:40 ` redi at gcc dot gnu.org
@ 2014-09-24  9:41 ` redi at gcc dot gnu.org
  2 siblings, 0 replies; 4+ messages in thread
From: redi at gcc dot gnu.org @ 2014-09-24  9:41 UTC (permalink / raw)
  To: gcc-bugs

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

Jonathan Wakely <redi at gcc dot gnu.org> changed:

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

--- Comment #3 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Done


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

end of thread, other threads:[~2014-09-24  9:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-09-24  6:50 [Bug c++/63353] New: libstdc++-v3/src/c++11/ios.cc:232: possible typo ? dcb314 at hotmail dot com
2014-09-24  9:12 ` [Bug libstdc++/63353] " redi at gcc dot gnu.org
2014-09-24  9:40 ` redi at gcc dot gnu.org
2014-09-24  9:41 ` redi 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).