From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 126547 invoked by alias); 15 Jan 2019 15:14:20 -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 126534 invoked by uid 89); 15 Jan 2019 15:14:20 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=no version=3.3.2 spammy=Hx-languages-length:557, xiao X-HELO: mail-it1-f193.google.com Received: from mail-it1-f193.google.com (HELO mail-it1-f193.google.com) (209.85.166.193) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 15 Jan 2019 15:14:18 +0000 Received: by mail-it1-f193.google.com with SMTP id p197so4823259itp.0 for ; Tue, 15 Jan 2019 07:14:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=GNO3z1zuc2zp/hqUcQJEshw3qX7LZ0TMiCXjcG0c7Dk=; b=KaClk/1qnl8FRcaVL4kos0UQqjrMZqvVV0VI6SXJXyg3lJljkWojcWL7aW10Snp213 Z65bGQ9WjCNWgTSaeZTtjn9MFQ7QKX3amKCb/ZrZfOGN05mIfSvjDBPZ7/I3LdAn0AbC vjnGp2i3xDN3wUkrrLP5QQ/sXbAUYo+5t3zgctVATDfMdoM4fV5w8iBRyTPaDbJ4OktR 8ni63cXro0oEpHpmG41C6sX44Kj2cZ5Grviv9UGtuWj7i4CaCvh53PBAr6Vy02S2I0v+ ew9ZxAZ1AMTTe/8u4TtC7hXLzvBAKDVI4BSDTxdZ5kwEciK6TrbmtOvUDM6oJ303odU0 izcA== MIME-Version: 1.0 References: In-Reply-To: From: Uros Bizjak Date: Tue, 15 Jan 2019 15:14:00 -0000 Message-ID: Subject: Re: [PATCH] x86: Revert patches to fix PR target/88794 To: Wei Xiao Cc: Jakub Jelinek , "Lu, Hongjiu" , "H. J. Lu" , kretz@kde.org, "Guo, Xuepeng" , "gcc-patches@gcc.gnu.org" Content-Type: text/plain; charset="UTF-8" X-SW-Source: 2019-01/txt/msg00842.txt.bz2 On Tue, Jan 15, 2019 at 3:40 PM Wei Xiao wrote: > > Hi, > > It turns out that the Intel 64 and IA-32 Architectures Software Developer > Manuals (SDM) description about the fixupimm intrinsic is incorrect. So we need > to revert 3 patches related to it: r265827, r266026 and r267160. > Sorry for the inconvenience. > > Is it ok? Yes, but please test the compiler after the revert. Please also create a runtime testcase out of the testcase in the PR. Thanks, Uros. > Wei