This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: gcc 2.95.2/Cygwin/x86 floating point code generation bug
- To: Mathew Hendry <scampi at dial dot pipex dot com>
- Subject: Re: gcc 2.95.2/Cygwin/x86 floating point code generation bug
- From: Stephen L Moshier <moshier at mediaone dot net>
- Date: Fri, 25 Feb 2000 11:09:06 -0500 (EST)
- cc: gcc-bugs at gcc dot gnu dot org
- Reply-To: moshier at mediaone dot net
> flds -8(%ebp)
> fldl -16(%ebp)
>
> Neither of these stack locations have been initialised with valid
> floating point data.
This looks like a real i386 bug in gcc-2.95.2. It does not happen
however in the current development compiler. There have been
many changes to address this sort of problem, which is not
specific to floating point instructions.