From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16380 invoked by alias); 1 Oct 2014 16:23:41 -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 16369 invoked by uid 89); 1 Oct 2014 16:23:41 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-qg0-f43.google.com Received: from mail-qg0-f43.google.com (HELO mail-qg0-f43.google.com) (209.85.192.43) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 01 Oct 2014 16:23:39 +0000 Received: by mail-qg0-f43.google.com with SMTP id j107so510603qga.30 for ; Wed, 01 Oct 2014 09:23:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=U/NZymTwQa+C2WtjKdCTnr+y/fJNFWVNG87HGsUYPnE=; b=lHUPLNQdJasOb3tXXwGfwIvJ7kI8IyzFdGRLoGBIHzd3YF2HCV4NYV9SZl4xK48LW/ iJumrn9YLM7DB87zKAIgvBGxjaJNzfbPIMubl1OJm8i8l1Yd9nib2w+o0S8CtiOx4uOD P6N71o8KNEXCKuzLppoD4iTxUJ4FO8jJ67gjgADJW/geuCNpaQ4AsW95TlxFxq7rqXk/ 7ujKuE/BIeI9M2qlXLEYIYoavna33EcxKaU12xsGb0CnAqcQa5q7WWYeCHXL9wUghY9U ynbOFjaOGk8u7qZit2P27Zw9rwuP4ZB2c1mhTGKfrVLcx0m2gtsW57g/gmu+WX9d0Rgl UKVw== X-Gm-Message-State: ALoCoQkJ5fY7WMt6bvVABylAtcZqIFTSacyUr2vbGO4NfJDQfqiUMVij0Knv9+g7B+QIoAAg9b0V MIME-Version: 1.0 X-Received: by 10.224.24.135 with SMTP id v7mr46503388qab.53.1412180617749; Wed, 01 Oct 2014 09:23:37 -0700 (PDT) Received: by 10.229.148.1 with HTTP; Wed, 1 Oct 2014 09:23:37 -0700 (PDT) In-Reply-To: References: <53CF1DFD.7080805@redhat.com> <542A32AB.1040708@redhat.com> <20141001152256.GA24862@f1.c.bardezibar.internal> Date: Wed, 01 Oct 2014 16:23:00 -0000 Message-ID: Subject: Re: [PATCH] Redesign jump threading profile updates From: Teresa Johnson To: "H.J. Lu" Cc: Christophe Lyon , Sebastian Pop , Jeff Law , "gcc-patches@gcc.gnu.org" , Jan Hubicka , David Li Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2014-10/txt/msg00077.txt.bz2 On Wed, Oct 1, 2014 at 9:20 AM, H.J. Lu wrote: > On Wed, Oct 1, 2014 at 8:29 AM, Teresa Johnson wrote: >> I got the preprocessed source. With the aarch64 cross-compiler I built >> I am able to reproduce the ICE. Looking at it now. > > It may also cause: > > https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63432 That looks like a dup of https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63422, which I just diagnosed to be due to incoming profile insanities. I will loosen up my new assert to deal with that one. Teresa > > > -- > H.J. -- Teresa Johnson | Software Engineer | tejohnson@google.com | 408-460-2413