From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.8 required=5.0 tests=BAYES_00,INVALID_DATE autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,3bcc2e79f6ecdbe4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 1994-10-26 22:51:58 PST Path: nntp.gmd.de!xlink.net!howland.reston.ans.net!gatech!newsxfer.itd.umich.edu!zip.eecs.umich.edu!panix!cmcl2!thecourier.cims.nyu.edu!thecourier.cims.nyu.edu!nobody From: dewar@cs.nyu.edu (Robert Dewar) Newsgroups: comp.lang.ada Subject: Re: Interfaces.Fortran Date: 26 Oct 1994 18:28:54 -0400 Organization: Courant Institute of Mathematical Sciences Message-ID: <38ml76$e28@gnat.cs.nyu.edu> References: <9409267831.AA783186018@smtpgw.fnoc.navy.mil> NNTP-Posting-Host: gnat.cs.nyu.edu Date: 1994-10-26T18:28:54-04:00 List-Id: First, the usual reminder, please at least copy questions about GNAT to gnat-report if you want them seen and answered by members of the devlopment team! Second, pragma interface FOrtran is not implemented, but are you sure you need it! on most GCC targets it won't have any effect anyway. Third, interfaces.fortran is implemented, though untested, but it is basically unnecessary in the GNAT environment on most targets. One thing to understand about the interfaces packages is that they are basically there to bridge the gap between language xyz data structures and Ada data structures. Most of the time, in the GCC environment, no such bridge is needed. The best thing would be to send a message to gnat-report saying exactly what you are interested in doing.