This is the mail archive of the fortran@gcc.gnu.org mailing list for the GNU Fortran project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [fortran,patch] Fix PR36059: don't repack arrays that have the TARGET attribute.


On Mon, 2008-05-12 at 18:55 +0100, FX wrote:
> Subject says it all... bootstrapped and regtested on x86_64-linux, OK
> to commit? (I'm not committing as obvious because I fear I might be
> missing something fundamental abound these repacked arrays, it seems
> to simple to be true!)

This is OK.

I re-checked the code, and we do indeed repack arrays on the callee
side.  (Thinking of this, this does make sense - we don't want
-frepack-arrays to change our ABI).

	Thomas


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]