Path: utzoo!utgpu!watserv1!watmath!att!att!emory!wuarchive!uunet!jwt!john From: john@jwt.UUCP (John Temples) Newsgroups: comp.unix.sysv386 Subject: GCC bug? Message-ID: <2220@jwt.UUCP> Date: 30 Oct 90 03:35:33 GMT Organization: Private System -- Orlando, FL Lines: 15 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@jwt.UUCP (uunet!jwt!john)