gcc: fix incorrect handling of the comparison arguments
authorLada Trimasova <Lada.Trimasova@synopsys.com>
Thu, 26 Nov 2015 17:21:38 +0000 (20:21 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 26 Nov 2015 22:27:03 +0000 (23:27 +0100)
commitc2ca1279bc8ebdb2e3dfc1f1fc64308ea538e814
treedb933f0c09a2244b4e9f9e0a80488a04f05f6499
parent4a8b0c6795ea5f711de5875ab58d993d6dd7c14c
gcc: fix incorrect handling of the comparison arguments

This patch fixes compiler error during libbroadvoice build.
The comparison arguments where not correctly handled.
The fix is done in development tree:
https://github.com/foss-for-synopsys-dwc-arc-processors/gcc/commit/b4035128ba8f8bbbf9527f54f261a87b304ca4c5
and will be a part of the next release of ARC GNU tools.
Once that new release happens this patch must be removed.

Fixes:
http://autobuild.buildroot.net/results/bea/beace68a19382b43370c798dcf7d2ef412f9d75e/

Signed-off-by: Lada Trimasova <ltrimas@synopsys.com>
Cc: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Anton Kolesov <akolesov@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Cc: Peter Korsgaard <peter@korsgaard.com>
Acked-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gcc/arc-2015.06/0001-Handle-correctly-compare-arguments.patch [new file with mode: 0644]