From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15899 invoked by alias); 30 Oct 2004 19:49:23 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 15890 invoked by uid 48); 30 Oct 2004 19:49:23 -0000 Date: Sat, 30 Oct 2004 19:49:00 -0000 Message-ID: <20041030194923.15889.qmail@sourceware.org> From: "pinskia at gcc dot gnu dot org" To: gcc-bugs@gcc.gnu.org In-Reply-To: <20041030191119.18232.danglin@gcc.gnu.org> References: <20041030191119.18232.danglin@gcc.gnu.org> Reply-To: gcc-bugzilla@gcc.gnu.org Subject: [Bug tree-optimization/18232] ../../gcc/gcc/tree-ssa-operands.c:1624: warning: 'bi$ptr2' is used uninitialized in this function X-Bugzilla-Reason: CC X-SW-Source: 2004-10/txt/msg03808.txt.bz2 List-Id: ------- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-30 19:49 ------- (In reply to comment #4) > Subject: Re: ../../gcc/gcc/tree-ssa-operands.c:1 > > > If you are talking about "bi$ptr2" being werid, it really is bi.ptr2 which > > is PR 14329. > > So, how did . become $? When we do scalar replacement assignment (aka SRA) we create new decls with a name where we is "oldvariable$field" instead of just "oldvariable.field", anyways in this case, the warning is not really right. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18232