From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105235 invoked by alias); 11 Dec 2017 13:51:59 -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 105223 invoked by uid 89); 11 Dec 2017 13:51:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.4 required=5.0 tests=BAYES_00,GIT_PATCH_1,KAM_NUMSUBJECT,KAM_SHORT,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Hx-languages-length:774, company, HContent-Transfer-Encoding:8bit 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; Mon, 11 Dec 2017 13:51:57 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6BFAE5F7B2; Mon, 11 Dec 2017 13:51:56 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-116-34.ams2.redhat.com [10.36.116.34]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 0628646E7B; Mon, 11 Dec 2017 13:51:55 +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 vBBDpqbp007125; Mon, 11 Dec 2017 14:51:53 +0100 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id vBBDporD007124; Mon, 11 Dec 2017 14:51:50 +0100 Date: Mon, 11 Dec 2017 13:51:00 -0000 From: Jakub Jelinek To: Kilian Verhetsel Cc: Richard Biener , Alan Hayward , GCC Patches , nd Subject: Re: [PATCH] Fix result for conditional reductions matching at index 0 Message-ID: <20171211135150.GM2353@tucnak> Reply-To: Jakub Jelinek References: <87d14brhj6.fsf@uclouvain.be> <87zi7fbn07.fsf@uclouvain.be> <87wp2ib6aj.fsf@uclouvain.be> <20171208181501.GB2353@tucnak> <87po7lleh4.fsf@uclouvain.be> <20171211131134.GL2353@tucnak> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20171211131134.GL2353@tucnak> User-Agent: Mutt/1.7.1 (2016-10-04) X-IsSubscribed: yes X-SW-Source: 2017-12/txt/msg00612.txt.bz2 On Mon, Dec 11, 2017 at 02:11:34PM +0100, Jakub Jelinek wrote: > Thanks, it applies cleanly now > > + else if ((STMT_VINFO_VEC_REDUCTION_TYPE (stmt_info) == COND_REDUCTION > > + || (STMT_VINFO_VEC_REDUCTION_TYPE (stmt_info) > > + == INTEGER_INDUC_COND_REDUCTION)) > > + && reduc_fn == IFN_LAST)ยป > > contains a character at the end of line that makes it not to compile. Another thing is, as your patch is quite large, we need a copyright assignment for the changes before we can accept it, see https://gcc.gnu.org/contribute.html for details. If you are already covered by an assignment of some company, please tell us which one it is, otherwise contact us and we'll get you the needed forms. Jakub