From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80483 invoked by alias); 23 Oct 2015 07:22:21 -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 80429 invoked by uid 89); 23 Oct 2015 07:22:21 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: mail-out.m-online.net Received: from mail-out.m-online.net (HELO mail-out.m-online.net) (212.18.0.10) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Fri, 23 Oct 2015 07:22:19 +0000 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3nhxpJ4V8kz3hpPb; Fri, 23 Oct 2015 09:22:16 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3nhxpJ35qHzvhLF; Fri, 23 Oct 2015 09:22:16 +0200 (CEST) Received: from mail.mnet-online.de ([192.168.8.182]) by localhost (dynscan1.mail.m-online.net [192.168.6.68]) (amavisd-new, port 10024) with ESMTP id MSKu57qG3mXb; Fri, 23 Oct 2015 09:22:15 +0200 (CEST) X-Auth-Info: ubF7XRNNPnT405ZcfjmktIKY5h1/Vvg+lOgqFvpOKnsSYtuKv7L5+X6lNeahNZK1 Received: from igel.home (ppp-93-104-184-148.dynamic.mnet-online.de [93.104.184.148]) by mail.mnet-online.de (Postfix) with ESMTPA; Fri, 23 Oct 2015 09:22:15 +0200 (CEST) Received: by igel.home (Postfix, from userid 1000) id 1BE8F2C2D2C; Fri, 23 Oct 2015 09:22:15 +0200 (CEST) From: Andreas Schwab To: Ilya Enkovich Cc: gcc-patches@gcc.gnu.org Subject: Re: [[Boolean Vector, patch 5/5] Support boolean vectors in vector lowering References: <20151002141102.GI26618@msticlxl57.ims.intel.com> X-Yow: Did YOU find a DIGITAL WATCH in YOUR box of VELVEETA? Date: Fri, 23 Oct 2015 07:57:00 -0000 In-Reply-To: <20151002141102.GI26618@msticlxl57.ims.intel.com> (Ilya Enkovich's message of "Fri, 2 Oct 2015 17:11:02 +0300") Message-ID: <87mvva3v88.fsf@igel.home> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2015-10/txt/msg02376.txt.bz2 ../../gcc/tree-vect-generic.c: In member function 'virtual unsigned int {anonymous}::pass_lower_vector_ssa::execute(function*)': ../../gcc/tree-vect-generic.c:127:70: error: 'a2' may be used uninitialized in this function [-Werror=maybe-uninitialized] return gimplify_build3 (gsi, BIT_FIELD_REF, type, t, bitsize, bitpos); ^ ../../gcc/tree-vect-generic.c:847:8: note: 'a2' was declared here tree a2; ^ Andreas. -- Andreas Schwab, schwab@linux-m68k.org GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."