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