[Bug fortran/49501] support ATTRIBUTES ALIGN in gfortran

2011-09-11 Thread tkoenig at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49501

Thomas Koenig tkoenig at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 CC||tkoenig at gcc dot gnu.org
 Resolution||DUPLICATE

--- Comment #3 from Thomas Koenig tkoenig at gcc dot gnu.org 2011-09-11 
12:06:48 UTC ---
Closing as duplicate as suggested.

*** This bug has been marked as a duplicate of bug 41209 ***


[Bug fortran/49501] support ATTRIBUTES ALIGN in gfortran

2011-07-24 Thread dfranke at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49501

Daniel Franke dfranke at gcc dot gnu.org changed:

   What|Removed |Added

 CC||dfranke at gcc dot gnu.org

--- Comment #2 from Daniel Franke dfranke at gcc dot gnu.org 2011-07-24 
19:00:26 UTC ---
(In reply to comment #0)
 Note that Bug #41209 (which requests even more complete ATTRIBUTE support,
 including ALIGN) depends on this one.

This PR only asks for a special case of the cited report.
Suggest to close as dupe of #41209.


[Bug fortran/49501] support ATTRIBUTES ALIGN in gfortran

2011-06-22 Thread stevenj at alum dot mit.edu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49501

--- Comment #1 from stevenj at alum dot mit.edu 2011-06-22 17:38:25 UTC ---
Actually, it looks like there is a way to allocate aligned memory, albeit a 
bit ugly, thanks to Fortran 2003's C interoperability.  Declare a bind(C)
interface to e.g. posix_memalign, and then use C_F_POINTER intrinsic to convert
this into a pointer to a Fortran array.


[Bug fortran/49501] support ATTRIBUTES ALIGN in gfortran

2011-06-21 Thread kargl at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49501

kargl at gcc dot gnu.org changed:

   What|Removed |Added

   Priority|P3  |P5
 CC||kargl at gcc dot gnu.org