You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/11/12 16:46:11 UTC

DO NOT REPLY [Bug 4810] New: - regression on math76 comparing -0 and 0 as divisors

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4810>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4810

regression on math76 comparing -0 and 0 as divisors

           Summary: regression on math76 comparing -0 and 0 as divisors
           Product: XalanJ2
           Version: 2.0.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: org.apache.xalan.xsltc
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: tom.amiro@sun.com


This test just changed today. The expected output which Xalan, XT, and 
Saxon give is "false". Xsltc now give "true".

<xsl:template match="doc">
  <out>
    <xsl:value-of select="1 div -0 = 1 div 0"/>
  </out>
</xsl:template>