This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

Please Help me!!!


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






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