http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56596
Tobias Burnus <burnus at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|WAITING |RESOLVED CC| |burnus at gcc dot gnu.org Resolution|--- |FIXED --- Comment #4 from Tobias Burnus <burnus at gcc dot gnu.org> --- (In reply to janus from comment #1) > allocate (extended_type :: a(2)) > a._data.data = (void * restrict) __builtin_malloc (8); > > The allocation size seems to be independent of whether one allocates with > "base_type" or "extended type". (In reply to Dominique d'Humieres from comment #3) > This seems to have been fixed [...] revision 199528? Yes, it has been fixed by the patch for PR57456, r199528 -> Close as FIXED.