On Tue, Sep 02, 2014 at 09:29:51PM +0200, Thomas Koenig wrote:
> Am 02.09.2014 17:32, schrieb Tobias Burnus:
> >
> > Marek Polacek wrote:
> >> This patch fixes the last two spots where -Wlogical-not-parentheses
> >> warns. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62270#c3
> >> if you want
Am 02.09.2014 17:32, schrieb Tobias Burnus:
>
> Marek Polacek wrote:
>> This patch fixes the last two spots where -Wlogical-not-parentheses
>> warns. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62270#c3
>> if you want more info about the changes.
>>
>> Bootstrapped/regtested on x86_64-linux,
Marek Polacek wrote:
> This patch fixes the last two spots where -Wlogical-not-parentheses
> warns. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62270#c3
> if you want more info about the changes.
>
> Bootstrapped/regtested on x86_64-linux, ok for trunk?
Looks good to me. Thanks for the patc
(Now for the real fix.)
This patch fixes the last two spots where -Wlogical-not-parentheses
warns. See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62270#c3
if you want more info about the changes.
Bootstrapped/regtested on x86_64-linux, ok for trunk?
2014-09-02 Marek Polacek
PR fort