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]

Re: chrono.cc build failure in maintainer-mode


Could be duration ctor enableif's (from the seconds/milliseconds on
that line)? They have parentheses already however (chrono header line
214-226 ish).

Chris

On Tue, Nov 3, 2009 at 1:18 AM, Ralf Wildenhues <Ralf.Wildenhues@gmx.de> wrote:
> 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]