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: [gfortran] Add malloc and free intrinsics


On Thursday 27 October 2005 22:51, FX Coudert wrote:
> http://gcc.gnu.org/ml/gcc-patches/2005-10/msg00874.html

Shouldn't you make sure in gfc_check_{malloc,free} that the pointers
are Cray pointers?



+@item @var{PTR} @tab The type shall be @code{INTEGER} with intent in.

I don't know if we use this style throughout, but @code{INTENT(IN)}
is probably prettier.  The documentation otherwise looks brief but
correct.


Gr.
Steven


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