home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / gnu / gcc / bug / 2782 < prev    next >
Encoding:
Text File  |  1992-11-17  |  1.0 KB  |  29 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!usc!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!us.oracle.COM!klh
  3. From: klh@us.oracle.COM (Ken Harrenstien)
  4. Subject: "long long" support
  5. Message-ID: <CMM.0.88.722046701.klh@churchy.us.oracle.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Tue, 17 Nov 1992 16:31:41 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 16
  12.  
  13. I'm interested in using the "long long" datatype on a SunOS Sparc (to
  14. help with my PDP-10 emulator) but there appear to be some missing
  15. pieces that the 2.0 documentation doesn't mention.
  16.  
  17. - How do you specify a "long long" integer constant?  Standard C provides
  18. for constructs like "1L"; what's the equivalent for long long?  There
  19. is no explicit assurance that an otherwise normal constant will be
  20. given the extended datatype if its value is larger than can be
  21. accomodated by a long.
  22.  
  23. - There seems to be no supporting <limits.h> entry for a long long.
  24. The form of this naturally depends on the previous point.
  25.  
  26. Thanks,
  27. --Ken
  28.  
  29.