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.

Reply via email to