From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752295AbcDQBTf (ORCPT ); Sat, 16 Apr 2016 21:19:35 -0400 Received: from eddie.linux-mips.org ([148.251.95.138]:47068 "EHLO cvs.linux-mips.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751993AbcDQBTe (ORCPT ); Sat, 16 Apr 2016 21:19:34 -0400 Date: Sun, 17 Apr 2016 03:19:27 +0200 From: Ralf Baechle To: kbuild test robot Cc: Paul Burton , kbuild-all@01.org, linux-kernel@vger.kernel.org, "Maciej W. Rozycki" Subject: Re: {standard input}:136: Error: number (0x9000000080000000) larger than 32 bits Message-ID: <20160417011926.GA4014@linux-mips.org> References: <201604170836.kTyP1sCY%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201604170836.kTyP1sCY%fengguang.wu@intel.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Apr 17, 2016 at 08:20:38AM +0800, kbuild test robot wrote: > FYI, the error/warning still remains. > > tree: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master > head: 306a63bee192859ebd32c7328c7766636d882d8f > commit: de361e8bb9f666235d44ae9770238718be4f0483 MIPS: JZ4740: introduce CONFIG_MACH_INGENIC > date: 10 months ago > config: mips-jz4740 (attached as .config) > reproduce: > wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > git checkout de361e8bb9f666235d44ae9770238718be4f0483 > # save the attached .config to linux build tree > make.cross ARCH=mips > > All errors (new ones prefixed by >>): > > {standard input}: Assembler messages: > >> {standard input}:136: Error: number (0x9000000080000000) larger than 32 bits > {standard input}:161: Error: number (0x9000000080000000) larger than 32 bits This is a toolchain issue afaik which I believe is the same I was seeing a while ago on Imaginations buildbot. There it has gone away presumably after a toolchain upgrade. Maciej, do you recall which versions were affected? Ralf