From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Thu, 26 Nov 2015 22:13:09 +0000 Subject: [Buildroot] [PATCH] gcc: fix incorrect handling of the comparison arguments In-Reply-To: <871tbctoxe.fsf@dell.be.48ers.dk> References: <1448558498-8518-1-git-send-email-ltrimas@synopsys.com> <871tbctoxe.fsf@dell.be.48ers.dk> Message-ID: <1448575918.2773.23.camel@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hi Peter, On Thu, 2015-11-26 at 22:45 +0100, Peter Korsgaard wrote: > > > > > > "Lada" == Lada Trimasova writes: > > Hi, > > > 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 > > Cc: Alexey Brodkin > > Cc: Anton Kolesov > > Cc: Thomas Petazzoni > > Cc: Peter Korsgaard > > Alex/Anton, an acked-by would be good. Should this go into the 2015.11 > release? I think it worth applying onto 2015.11 because this is a bugfix but not new feature. Acked-by: Alexey Brodkin -Alexey