From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: Charles Forsyth Date: Sun, 7 Feb 2010 10:46:47 +0000 To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] NaN, +Inf, and -Inf, constants? Topicbox-Message-UUID: cf288c5c-ead5-11e9-9d60-3106f5b1d025 h% cat en.c enum{ Fred= 1.5 }; double f = Fred; h% 8c -S en.c DATA f+0(SB)/8,$(1.50000000000000000e+00) GLOBL f+0(SB),$8 END , bug or quirk? what do you think?