This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Please Help me!!!
- To: help-gcc at gnu dot org
- Subject: Please Help me!!!
- From: Soon Young Kim <turbo at nural dot hanyang dot ac dot kr>
- Date: Mon, 29 Nov 1999 15:14:29 +0900
- Newsgroups: gnu.gcc.help
- Organization: Nuclear Data Evaluation Laboratory
- Xref: wodc7nx0 gnu.gcc.help:1998
Hi!
I have a question related to the POINTER statement in gnu fortran.
I know that g77 doesn't support pointers, but I have to convert the
following POINTER statement to the statement
that g77 can accepts.
====================================================================
.
.
.
dimension d(1)
pointer (it,d)
.
.
.
====================================================================
Please let me know how can I replace the POINTER statement with other
statement.
Thank you in advance
Soon Young KIM