------- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-25 17:20 ------- D.2540 = (struct Loc<1> *) &dX.D.2210.D.2166.domain_m.buffer; That confuses the aliasing mechanism buffer is of type int* but you are casting it to Loc<1> *.
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19626