From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7632 invoked by alias); 13 May 2015 18:06:47 -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 7622 invoked by uid 89); 13 May 2015 18:06:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail-ig0-f174.google.com Received: from mail-ig0-f174.google.com (HELO mail-ig0-f174.google.com) (209.85.213.174) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 13 May 2015 18:06:45 +0000 Received: by igbsb11 with SMTP id sb11so52354448igb.0 for ; Wed, 13 May 2015 11:06:43 -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=5xPcor89uAh0ogG3CEjYhIwu/ThGV1FA0m+v0lqb2Co=; b=bLC+8swR+ZXlGRUK2Sw2sSudHeik+UPlvFr2chDoc29IBChv28+D/MJOz3SS7T+j0Y Oe3tOucvN7jSpYaOQLMUVSu3CCb0GoMPNwOF9FlX3R+sY4L/Dr91bgdp2qRgmKa+5OIM /6q2PWShOyEsI8eoZXV81WZYPbEMp07WeyLE8cJDVKuWL2wwLRQTwgjhCNwOhjg/hEvA ayc837nFw4eKACfSIyBJsnkPv88BZZwhv5BFfJF1nfUV9XtlOl+GGwPYsxrZm6tD/IP3 +HeaqgPlguhjH46Z2OktKuErHGI9kWGnb7gK8BICuAzBLXpJnaJrjsvGLywvu9dHTB5X zouQ== X-Gm-Message-State: ALoCoQnc0nHkJJmp7YVoKVopc5Xq+3X4QoYpHU6QXybjtM/9KEovIQGoHtQE8kVmPvtr7c1ovk8F MIME-Version: 1.0 X-Received: by 10.50.64.147 with SMTP id o19mr625372igs.33.1431540403630; Wed, 13 May 2015 11:06:43 -0700 (PDT) Received: by 10.107.52.5 with HTTP; Wed, 13 May 2015 11:06:42 -0700 (PDT) In-Reply-To: References: Date: Wed, 13 May 2015 18:11:00 -0000 Message-ID: Subject: Re: [PATCH, GOOGLE] Backport patch r212222 to google 4.9 branch From: Xinliang David Li To: Carrot Wei Cc: "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-05/txt/msg01260.txt.bz2 ok. David On Wed, May 13, 2015 at 11:00 AM, Carrot Wei wrote: > Hi > > The more strict devirtualization condition in this patch helps to fix > google bug b/19872411. > > Bootstraped and regression tested on x86-64. > OK for google 4.9 branch?