home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / gnu / gcc / bug / 3079 < prev    next >
Encoding:
Text File  |  1992-12-30  |  827 b   |  27 lines

  1. Newsgroups: gnu.gcc.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!netcom.com!bitbug
  3. From: bitbug@netcom.com (James Buster)
  4. Subject: bug in libgcc2.c from gcc 2.3.3
  5. Message-ID: <1992Dec29.213931.20332@netcom.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: Lynx Real-Time Systems, Inc.
  8. Distribution: gnu
  9. Date: Tue, 29 Dec 1992 21:39:31 GMT
  10. Approved: bug-gcc@prep.ai.mit.edu
  11. Lines: 14
  12.  
  13. In libgcc2.c, you have the line
  14.  
  15.     typedef float DFtype __attribute__ ((mode (DF)));
  16.  
  17. Shouldn't this be `double' rather than `float'?
  18.  
  19. I get errors from gcc 1.42 complaining about the prototype and declaration
  20. of __fixunsdfdi not matching because float formal parameters of
  21. K&R style function declarations are promoted to double but the prototype's
  22. parameter is not promoted.
  23. -- 
  24.                 James Buster
  25.                  bitbug@netcom.com
  26.  
  27.