This is the mail archive of the
fortran@gcc.gnu.org
mailing list for the GNU Fortran project.
passing arguments by value
- From: Mariano Vázquez <mariano dot vazquez at udg dot es>
- To: fortran at gcc dot gnu dot org
- Date: Wed, 29 Mar 2006 11:33:24 +0200 (CEST)
- Subject: passing arguments by value
- Reply-to: mariano dot vazquez at udg dot es
hi all,
could somebody give some hints on how to compile a fortran code which
uses %VAL() to pass arguments to a subroutine??? intel fortran compiler
works ok, old g77 too, but it seems that brand new versions of GCC (4.xx)
cannot. i have been googleing around but apparently this is not an
urgent issue to implement (re-implement?) in gcc.
ok, i know the kind of answers "this is not part of the fortran
standard", but it has been a very useful artifact for such a long time...
thanks a lot!
mariano