home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / gnu / g / help / 1588 < prev    next >
Encoding:
Text File  |  1992-12-14  |  719 b   |  22 lines

  1. Newsgroups: gnu.g++.help
  2. Path: sparky!uunet!news.claremont.edu!jarthur!jason
  3. From: jason@jarthur.claremont.edu (Jason Merrill)
  4. Subject: Re: Has anyone made cfortran.h work with gcc?
  5. In-Reply-To: walter@cithe501.cithep.caltech.edu's message of 14 Dec 1992 23:17:18 GMT
  6. Message-ID: <JASON.92Dec14182002@it.claremont.edu>
  7. Sender: news@muddcs.claremont.edu (The News System)
  8. Organization: Minimal
  9. References: <1gj4luINNp7g@gap.caltech.edu>
  10. Distribution: gnu
  11. Date: 14 Dec 92 18:20:02
  12. Lines: 8
  13.  
  14. You might try using the "asm labels" extension in your declarations, i.e.:
  15.  
  16. extern fortran_func () asm ("fortran_func");
  17.  
  18. See the gcc documentation for more information on this...
  19.  
  20. --
  21. Jason Merrill                    jason@jarthur.claremont.edu
  22.