[Bug fortran/41209] Add full ATTRIBUTE support to gfortran (ALIGN, (WEAK)ALIAS, ...)

burnus at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Wed Aug 28 06:34:00 GMT 2013


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.)



More information about the Gcc-bugs mailing list