home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / gnu / gcc / bug / 2185 < prev    next >
Encoding:
Text File  |  1992-08-25  |  908 b   |  23 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!convex!darwin.sura.net!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!marble.COM!gsk
  3. From: gsk@marble.COM (Geoffrey S. Knauth)
  4. Subject: GCC documentation, extra word
  5. Message-ID: <9208251656.AA00308@tuckahoe.bos.marble.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Tue, 25 Aug 1992 08:56:52 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 10
  12.  
  13. `FUNCTION_EPILOGUE (FILE, SIZE)', paragraph 4, line 4, extra word `in'
  14.  
  15. ----------
  16.      On machines where functions may or may not have frame-pointers, the
  17.      function exit code must vary accordingly.  Sometimes the code for
  18.      these two cases is completely different.  To determine whether a
  19. >>   frame pointer is in wanted, the macro can refer to the variable
  20.      `frame_pointer_needed'.  The variable's value will be 1 at run
  21.      time in a function that needs a frame pointer.
  22.  
  23.