------- Additional Comments From schwab at suse dot de 2004-12-31 13:32 ------- Test case (see also <http://gcc.gnu.org/ml/gcc-patches/2004-11/msg01109.html>): struct X { char *a; /* other members */ int b; }; void f (struct X *x) { x->a[x->b] = 0; }
-- What |Removed |Added ---------------------------------------------------------------------------- CC| |schwab at suse dot de http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19201