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: passing arguments by value


On Wed, Mar 29, 2006 at 10:53:22AM -0700, Christopher D. Rickett wrote:
> just fyi, i have added support for the value attribute of f03 to my 
> modified gfortran, allowing things like reals, ints, derived types, etc. 
> to be passed by value.  i've been pretty busy lately, but i have begun the  
> work to get the code submitted.  the work also includes the C interop 
> binding stuff, which has been working for some time, and procedure 
> declaration statements.  the procedure declaration statements are working 
> fairly well, but they are not complete (primarily, procedure pointers are 
> not working).  the by value and c interop stuff seems more complete, but 
> i can't guarantee i've got it all covered.  :-)

This is good news.  Hopefully, we can get your code into the
source tree in time for 4.2.

> if the paperwork gets done, perhaps i can submit things in pieces, since 
> proc pointers aren't working yet?

Submitting in pieces would simplify the review process.

-- 
Steve


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