------- Comment #8 from pinskia at gcc dot gnu dot org 2006-04-08 02:32 ------- Store copy prop has the same issue, testcase: void foo (int *p, int *q, int t) { *p = t; *q = t; if (*p != 1) link_error (); }
-- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23094