From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3226 invoked by alias); 2 Nov 2015 15:14:12 -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 3212 invoked by uid 89); 2 Nov 2015 15:14:12 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: eu-smtp-delivery-143.mimecast.com Received: from eu-smtp-delivery-143.mimecast.com (HELO eu-smtp-delivery-143.mimecast.com) (207.82.80.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 02 Nov 2015 15:14:10 +0000 Received: from cam-owa2.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) by eu-smtp-1.mimecast.com with ESMTP id uk-mta-14-0EO7V-Z8Q0ufDwU9Zzr3Nw-1; Mon, 02 Nov 2015 15:14:04 +0000 Received: from e105915-lin.cambridge.arm.com ([10.1.2.79]) by cam-owa2.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Mon, 2 Nov 2015 15:14:04 +0000 Subject: Re: [PATCH 3/4] bb-reorder: Add -freorder-blocks-algorithm= and wire it up To: Segher Boessenkool References: <56377569.7010904@arm.com> Cc: "gcc-patches@gcc.gnu.org" From: Alan Lawrence Message-ID: <56377DBC.9090609@arm.com> Date: Mon, 02 Nov 2015 15:14:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <56377569.7010904@arm.com> X-MC-Unique: 0EO7V-Z8Q0ufDwU9Zzr3Nw-1 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-11/txt/msg00077.txt.bz2 On 02/11/15 14:38, Alan Lawrence wrote: > > I'm a bit puzzled as to why nobody else has been seeing this, as it's been > happening to me as part of building gcc on x86_64, but since this patch I= 've > been seeing an ICE in vec::operator[] in reorder_basic_blocks_simple, bui= lding > libitm/beginend.cc. Preprocessed source attached OK, so I realize now just how big that preprocessed source was (1.4MB) -=20 apologies! I've filed PR/68182 with a .gz for now....