[BUILDROBOT] [PATCH] rx-elf: error: logical not is only applied to the left hand side of comparison

2014-09-04 Thread Jan-Benedict Glaw
Hi! -Wlogical-not-parentheses was enabled recently via -Wall, and it triggered for rx-elf (http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=350506) on a build with config-list.mk, where a GCC of the same revision is used: g++ -c -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE -fno-e

Re: [BUILDROBOT] [PATCH] rx-elf: error: logical not is only applied to the left hand side of comparison

2014-09-04 Thread Richard Biener
On Thu, Sep 4, 2014 at 10:48 AM, Jan-Benedict Glaw wrote: > Hi! > > -Wlogical-not-parentheses was enabled recently via -Wall, and it > triggered for rx-elf > (http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=350506) > on a build with config-list.mk, where a GCC of the same revision i

Re: [BUILDROBOT] [PATCH] rx-elf: error: logical not is only applied to the left hand side of comparison

2014-09-08 Thread Nicholas Clifton
Hi Jan-Benedict, 2014-09-04 Jan-Benedict Glaw * config/rx/rx.h (HARD_REGNO_MODE_OK): Add braces. Approved - please apply - thanks! Cheers Nick