------- Comment #2 from eedelman at gcc dot gnu dot org 2005-11-24 13:26 ------- I think this bug is caused by the fact that simplification of array slices isn't implemented yet; from expr.c (simplify_const_ref):
switch (p->ref->type) { . . . default: /* TODO: Simplify array subsections. */ return SUCCESS; -- eedelman at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |eedelman at gcc dot gnu dot | |org http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16206