From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97947 invoked by alias); 16 Jan 2019 15:03: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 97931 invoked by uid 89); 16 Jan 2019 15:03:13 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,KAM_NUMSUBJECT,SPF_HELO_PASS autolearn=no version=3.3.2 spammy=wei, 88794, Wei, Xiao 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 ESMTP; Wed, 16 Jan 2019 15:03:12 +0000 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id DBCAF3D941; Wed, 16 Jan 2019 15:03:10 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-116-18.ams2.redhat.com [10.36.116.18]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0353A600C8; Wed, 16 Jan 2019 15:03:09 +0000 (UTC) Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.15.2/8.15.2) with ESMTP id x0GF37IE017316; Wed, 16 Jan 2019 16:03:07 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id x0GF34ct017315; Wed, 16 Jan 2019 16:03:04 +0100 Date: Wed, 16 Jan 2019 15:03:00 -0000 From: Jakub Jelinek To: Wei Xiao Cc: Uros Bizjak , "Lu, Hongjiu" , "H. J. Lu" , M Kretz , "Guo, Xuepeng" , "gcc-patches@gcc.gnu.org" , wei3.xiao@intel.com Subject: Re: [PATCH] x86: Revert patches to fix PR target/88794 Message-ID: <20190116150304.GV30353@tucnak> Reply-To: Jakub Jelinek References: <20190115152050.GP30353@tucnak> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) X-IsSubscribed: yes X-SW-Source: 2019-01/txt/msg00916.txt.bz2 On Wed, Jan 16, 2019 at 10:48:28PM +0800, Wei Xiao wrote: > The original runtime testcases are incorrect and I have fixed them as attached. > Is it ok to do the revert and fix the testcases for trunk? LGTM. > 2019-01-16 Wei Xiao > > * gcc.target/i386/avx512f-vfixupimmpd-2.c: Fix the test cases for > VFIXUPIMM* intrinsics. > * gcc.target/i386/avx512f-vfixupimmps-2.c: Ditto. > * gcc.target/i386/avx512f-vfixupimmsd-2.c: Ditto. > * gcc.target/i386/avx512f-vfixupimmss-2.c: Ditto. Jakub