From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 86982 invoked by alias); 11 Oct 2015 22:27:14 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 86972 invoked by uid 89); 11 Oct 2015 22:27:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_50,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Sun, 11 Oct 2015 22:27:11 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (Postfix) with ESMTPS id 8A82F8CF41; Sun, 11 Oct 2015 22:27:10 +0000 (UTC) Received: from localhost.localdomain (ovpn-113-105.phx2.redhat.com [10.3.113.105]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t9BMR9Sq020157; Sun, 11 Oct 2015 18:27:10 -0400 Subject: Re: [BUILDROBOT] Bootstrap broken in Ada To: Jan-Benedict Glaw , Jan Hubicka References: <560DEA79.8050709@redhat.com> <560DECE1.5080807@redhat.com> <56159676.6050405@redhat.com> <5616717F.8040306@redhat.com> <20151011205821.GA20801@lug-owl.de> Cc: gcc-patches , Andrew MacLeod From: Jeff Law Message-ID: <561AE23D.7000600@redhat.com> Date: Sun, 11 Oct 2015 22:27:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20151011205821.GA20801@lug-owl.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg01084.txt.bz2 On 10/11/2015 02:58 PM, Jan-Benedict Glaw wrote: > On Thu, 2015-10-08 09:37:03 -0400, Andrew MacLeod wrote: > [...] >> Heres the patch for reordered headers. Building as we speak. Hard to fully >> verify since Ada doesn't seem to bootstrap on trunk at the moment: >> >> +===========================GNAT BUG DETECTED==============================+ >> | 6.0.0 20151008 (experimental) (x86_64-pc-linux-gnu) GCC error: | >> | in gen_lowpart_common, at emit-rtl.c:1399 | >> | Error detected around s-regpat.adb:1029:22 | >> >> <...> >> raised TYPES.UNRECOVERABLE_ERROR : comperr.adb:423 >> ../gcc-interface/Makefile:311: recipe for target 's-regpat.o' failed > > Bulid log (native build on gcc76.fsffrance.org) can be found at > http://toolchain.lug-owl.de/buildbot/deliver_artifact.php?mode=view&id=4292383 > for build > http://toolchain.lug-owl.de/buildbot/show_build_details.php?id=472655 . > > So it's probably one of these two commits: > > r228586 = 54ac7405ce75c141dae33532d491d5793fb583e3 > Jan Hubicka > Do not use TYPE_CANONICAL in useless_type_conversion It's one of Jan's patches. I've got them reverted locally and Ada builds fine. jeff