http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41209
--- Comment #9 from Tobias Burnus <burnus at gcc dot gnu.org> --- For ALIGN, we should consider following Intel's compiler by also using it for ALLOCATE and not only for static arrays; cf. http://software.intel.com/en-us/articles/data-alignment-to-assist-vectorization (That has to be explicitly spelled out as for C/C++ the aligned attribute - obviously - does not have this effect.)