home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / gnu / gcc / bug / 3230 < prev    next >
Encoding:
Internet Message Format  |  1993-01-23  |  922 b 

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!cis.ohio-state.edu!gnu.ai.mit.edu!rms
  2. From: rms@gnu.ai.mit.edu (Richard Stallman)
  3. Newsgroups: gnu.gcc.bug
  4. Subject: gcc 2.3.3's handling of setjmp like functions
  5. Date: 22 Jan 1993 21:11:25 -0500
  6. Organization: GNUs Not Usenet
  7. Lines: 9
  8. Sender: daemon@cis.ohio-state.edu
  9. Approved: bug-gcc@prep.ai.mit.edu
  10. Distribution: gnu
  11. Message-ID: <9301220819.AA21461@mole.gnu.ai.mit.edu>
  12. References: <9301192328.AA17335@thokk.think.com>
  13.  
  14.     However, considering the number of machines to which gcc has been
  15.     ported and the likelihood of missing some functions, shouldn't there be a
  16.     way to declare that a function is `setjmp-like'?  Possibly via a pragma
  17.     so that it could be put into the appropriate header files?
  18.  
  19. It might be reasonable to have a way of doing this, but I don't
  20. like the idea of using pragma for it.  (Or for anything.)
  21. Any other ideas?
  22.  
  23.