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: Implementing BLOCK


Daniel Kraft wrote:

This is of course true; to maybe shed some light on the issue, I was thinking about working on ASSOCIATE (which is F2003, IIRC) also. However, it seems to me that there are more subtle things to get right and details to acknowledge for ASSOCIATE than there are for BLOCK, and I did pick BLOCK as a first proposal because this seems to be easier and less time-consuming to get working; unfortunatelly I've not much time at the moment. Additionally, I'm currently holding a "for fun" Fortran class at my university, and there already were some people asking whether it was possible to declare variables with limited scope--because of this and simply my (not very exhaustive) thoughts about the issue I came to the idea that BLOCK might also be more interesting to users than ASSOCIATE.

I've started using ASSOCIATE in my own code (Monte Carlo molecular simulation), because ifort supports it. For obvious reasons, I don't use BLOCK. I might or might not use it if it were available.




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