From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark H Weaver Subject: Re: GCC bootstrap failure on ARM Date: Sat, 20 Aug 2016 22:55:19 -0400 Message-ID: <87y43qu8yw.fsf@netris.org> References: <87h9dxukjm.fsf@gnu.org> <20160526165952.GA6576@solar> <87zirajjbk.fsf@gnu.org> <20160531193337.GA22008@solar> <87h9ddksi4.fsf_-_@gnu.org> <87ziqy3c4j.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56012) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbIvA-0008KN-RE for guix-devel@gnu.org; Sat, 20 Aug 2016 22:55:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bbIv6-0006cX-LQ for guix-devel@gnu.org; Sat, 20 Aug 2016 22:55:35 -0400 In-Reply-To: <87ziqy3c4j.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Mon, 06 Jun 2016 11:22:36 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: Guix-devel Picking up an old thread... ludo@gnu.org (Ludovic Court=C3=A8s) writes: > For the record, at this point I=E2=80=99m mostly relying on the GCC devel= opers > to help with this failure. I=E2=80=99ve reported the issue at: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D71399 Interestingly, a similar bootstrapping failure is now happening with GCC-4.9.4 on the current 'core-updates' branch: https://hydra.gnu.org/build/1444118/nixlog/2/tail-reload This suggests the possibility of performing a 'git bisect' between 4.9.3 and 4.9.4 and finding out which commit introduced this problem. Mark