https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109956
Martin Uecker <muecker at gwdg dot de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |muecker at gwdg dot de
--- Comment #2 from Martin Uecker <muecker at gwdg dot de> ---
To me it seems that the C standard requires that the object has
size sizeof(struct s) + n * sizeof(struct t) if you want to store n elements
even when the array then starts at a smaller offset.
