------- Comment #20 from rguenth at gcc dot gnu dot org  2006-02-18 12:28 
-------
Also make sure not to trip on

typedef struct {
  int len;
  char str[4];
} String;

char foo(String *s)
{
  return s->str[42];
}


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8268

Reply via email to