------- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-21 15:15 ------- This is an aliasing bug: # VUSE <TMT.176_472>; D.11241_367 = this_127->D.8251._M_impl._M_finish;
But if we do: D.11300_379 = &this_127->D.8251._M_impl._M_finish; __i_380 = D.11300_379; # VUSE <TMT.177_189>; SR.361_381 = *__i_380; I think __i is const int * or something like that which causes the problem. See how we have two different type tags. -- What |Removed |Added ---------------------------------------------------------------------------- CC| |dnovillo at gcc dot gnu dot | |org Keywords| |alias http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19786