Xref: news-dnh.mv.net comp.os.msdos.djgpp:2259 Path: news-dnh.mv.net!mv!news.sprintlink.net!tank.news.pipex.net!pipex!oleane!lectra.fr!news From: Laurent-Pierre Gilliard Newsgroups: comp.os.msdos.djgpp Subject: Bugg on Pentium HP vectra XU Date: 28 Sep 1995 14:54:08 GMT Organization: Lectra Systemes Lines: 20 Nntp-Posting-Host: 199.103.124.198 To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp If i run: #include void main() { printf("%f\n",1024.0f/378.0f); } on a pentium HP vectra XU (with djgpp 1.12), i have: a trap on first run 0.0 on 2nd run 2.70... (the good result) on 3rd run !!!! On other pentiums, everything is allright! Using BC to compile gives good result! So why??????????? Thanks.