This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: gcc 2.95.2/Cygwin/x86 floating point code generation bug



>  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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]