From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28033 invoked by alias); 14 May 2009 14:32:12 -0000 Received: (qmail 28001 invoked by uid 48); 14 May 2009 14:31:59 -0000 Date: Thu, 14 May 2009 14:32:00 -0000 Message-ID: <20090514143159.28000.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-05/txt/msg01241.txt.bz2 ------- Comment #2 from pinskia at gcc dot gnu dot org 2009-05-14 14:31 ------- Well with -DTEST1, the functions which were in the anonymous namespace are now in the normal namespace which means they are going to be exported from the TU which changes the inlining decisions. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40146