------- Comment #22 from mueller at gcc dot gnu dot org 2006-02-18 12:42 ------- Richard: Under which assumption? because the array size is <= sizeof(int) ? Why not suppressing the warning by changing the code to:
typedef struct { int len; char str[0]; } String; ? -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=8268