From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26955 invoked by alias); 2 Jun 2015 09:48:17 -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 26940 invoked by uid 89); 2 Jun 2015 09:48:13 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.2 required=5.0 tests=AWL,BAYES_50,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; Tue, 02 Jun 2015 09:48:12 +0000 Received: from frontend01.mail.m-online.net (unknown [192.168.8.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3m17pc6lnhz3hhsx; Tue, 2 Jun 2015 11:48:08 +0200 (CEST) Received: from localhost (dynscan1.mnet-online.de [192.168.6.68]) by mail.m-online.net (Postfix) with ESMTP id 3m17pc4jS7zvjDB; Tue, 2 Jun 2015 11:48:08 +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 eGcUdvbdFuKP; Tue, 2 Jun 2015 11:48:07 +0200 (CEST) X-Auth-Info: uKp/tHK/Yy/WxbOcdIjisheHkytJbncq+MIFS9XfEDC5LAc9M5OpP5MP+2Pa+u/1 Received: from linux.local (p4FE4DEB9.dip0.t-ipconnect.de [79.228.222.185]) by mail.mnet-online.de (Postfix) with ESMTPA; Tue, 2 Jun 2015 11:48:07 +0200 (CEST) Received: by linux.local (Postfix, from userid 501) id 6DC041E58A3; Tue, 2 Jun 2015 11:48:03 +0200 (CEST) From: Andreas Schwab To: Martin =?utf-8?Q?Li=C5=A1ka?= Cc: Jeff Law , gcc-patches@gcc.gnu.org Subject: Re: [PATCH 01/35] Introduce new type-based pool allocator. References: <83d59ba92a3c4b3ba831ebc2fce325f0416848d0.1432735040.git.mliska@suse.cz> <55660262.8050401@redhat.com> <55670EF0.6060400@suse.cz> <55674D20.3010402@redhat.com> <55686A1A.4090105@suse.cz> X-Yow: I'm CONTROLLED by the CIA!! EVERYONE is controlled by the CIA!! Date: Tue, 02 Jun 2015 10:10:00 -0000 In-Reply-To: <55686A1A.4090105@suse.cz> ("Martin =?utf-8?Q?Li=C5=A1ka=22's?= message of "Fri, 29 May 2015 15:31:06 +0200") Message-ID: 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-06/txt/msg00174.txt.bz2 In file included from ../../gcc/stmt.c:78:0: ../../gcc/alloc-pool.h: In function 'void expand_sjlj_dispatch_table(rtx, vec)': ../../gcc/alloc-pool.h:303:4: error: 'case_node_pool.pool_allocator:\ :m_block_size' may be used uninitialized in this function [-Werror=maybe-uninit\ ialized] block = XNEWVEC (char, m_block_size); ^ ../../gcc/stmt.c:1339:33: note: 'case_node_pool.pool_allocator::m_bl\ ock_size' was declared here pool_allocator case_node_pool ("struct sjlj_case pool", ^ 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."