Bugzilla – Bug 3395
JSRef (SpiderMonkey) code must be built with -ieee on Tru64
Last modified: 2008-01-11 15:35:19
You need to log in before you can comment on or make changes to this bug.
When building JSRef library (source-trees/wsrf/c/tools/js/source) on Tru64, the "-ieee" compiler option must be specified to enable support for portable IEEE arithmetic (denorms, NaNs). Without this, programs (e.g. globus-wsdl-parser) will fail with floating point exceptions. The included patch to "configure.in" enables the "-ieee" (or "-mieee" for GCC) compiler option on HP/Alpha platforms.
Created an attachment (id=619) [details] Enable "-ieee" for HP/Alpha platforms.
I've committed this patch to 4.0 branch and trunk. joe