home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gcc.bug
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!netcom.com!bitbug
- From: bitbug@netcom.com (James Buster)
- Subject: bug in libgcc2.c from gcc 2.3.3
- Message-ID: <1992Dec29.213931.20332@netcom.com>
- Sender: gnulists@ai.mit.edu
- Organization: Lynx Real-Time Systems, Inc.
- Distribution: gnu
- Date: Tue, 29 Dec 1992 21:39:31 GMT
- Approved: bug-gcc@prep.ai.mit.edu
- Lines: 14
-
- In libgcc2.c, you have the line
-
- typedef float DFtype __attribute__ ((mode (DF)));
-
- Shouldn't this be `double' rather than `float'?
-
- I get errors from gcc 1.42 complaining about the prototype and declaration
- of __fixunsdfdi not matching because float formal parameters of
- K&R style function declarations are promoted to double but the prototype's
- parameter is not promoted.
- --
- James Buster
- bitbug@netcom.com
-
-