From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32161 invoked by alias); 10 Sep 2009 18:19:24 -0000 Received: (qmail 32022 invoked by uid 48); 10 Sep 2009 18:18:59 -0000 Date: Thu, 10 Sep 2009 18:19:00 -0000 Message-ID: <20090910181859.32021.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/40146] Unexplained "'' is used uninitialized in this function" warning In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pinskia at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-09/txt/msg01102.txt.bz2 ------- Comment #8 from pinskia at gcc dot gnu dot org 2009-09-10 18:18 ------- (In reply to comment #7) > # VUSE > # aInstCtor_134 = VDEF > aInstCtor = D.10497; > # VUSE > # aDataCtor_137 = VDEF > aDataCtor = D.10496; > # VUSE > p_4 = m_pInstance; struct StaticInstanceWithInit D.10497; Where StaticInstanceWithInit is an empty class except for a member function . This should have been fixed by http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38908 but was not. -- pinskia at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |diagnostic http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40146