This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

chrono.cc build failure in maintainer-mode


I'm getting a build failure with --enable-maintainer-mode (which turns
on -Werror) on trunk:

cc1plus: warnings being treated as errors
../../../../gcc/libstdc++-v3/src/chrono.cc: In static member function âstatic std::chrono::system_clock::time_point std::chrono::system_clock::now()â:
../../../../gcc/libstdc++-v3/src/chrono.cc:56:40: error: suggest parentheses around â&&â within â||â

Aside, it seems weird that the compiler refers to && and || which do not
occur in chrono.cc.  Wrong error location?

Should I open a PR?

Thanks,
Ralf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]