[Bug c++/63353] New: libstdc++-v3/src/c++11/ios.cc:232: possible typo ?

dcb314 at hotmail dot com gcc-bugzilla@gcc.gnu.org
Wed Sep 24 06:50:00 GMT 2014


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.



More information about the Gcc-bugs mailing list