[Bug tree-optimization/18232] ../../gcc/gcc/tree-ssa-operands.c:1624: warning: 'bi$ptr2' is used uninitialized in this function

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Sat Oct 30 19:49:00 GMT 2004


------- 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



More information about the Gcc-bugs mailing list