From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <31ed15f48d064844ffda4001f0af8aef@yyc.orthanc.ca> To: 9fans@9fans.net From: "Lyndon Nerenberg (VE6BBM/VE7TFX)" Date: Sun, 13 Dec 2009 00:08:47 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] Nan() is hooped? Topicbox-Message-UUID: af141b48-ead5-11e9-9d60-3106f5b1d025 The following code results in: 8.out 15340: suicide: sys: fp: invalid operation fppc=0x108f status=0x8081 pc=0x00001028 #include #include void main(int, char *) { double foo; foo = NaN(); exits(0); }