GCC bug?

John Temples john at jwt.UUCP
Tue Oct 30 14:35:33 AEST 1990


I just tried to compile sc 6.10, and gcc had problems with one of the
files.  It turns out the following program won't compile with my
gcc 1.37: 

main()
{
printf("%f %f\n", 1e-12, 1e-6);
}

Those two floating point constants result in syntax errors in the
assembler -- the compiler generates ":.0e-13" instead of "1.0e-12".  Can
anyone else reproduce this?  I'm running ESIX without a 387.
-- 
John W. Temples -- john at jwt.UUCP (uunet!jwt!john)



More information about the Comp.unix.sysv386 mailing list