You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Mikhail Fursov (JIRA)" <ji...@apache.org> on 2007/08/15 09:41:31 UTC

[jira] Assigned: (HARMONY-2729) [drlvm][jit][opt] Division of -Double.MIN_VALUE by 0 returns NaN but -Infinity expected

     [ https://issues.apache.org/jira/browse/HARMONY-2729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mikhail Fursov reassigned HARMONY-2729:
---------------------------------------

    Assignee: Mikhail Fursov

> [drlvm][jit][opt] Division of -Double.MIN_VALUE by 0 returns NaN but -Infinity expected
> ---------------------------------------------------------------------------------------
>
>                 Key: HARMONY-2729
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2729
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Nikolay Sidelnikov
>            Assignee: Mikhail Fursov
>
> Division of a nonzero finite value by a zero results in a signed infinity
> Code for reproducing:
> public class Test {
>     public static void main(String argv[]) {
>         double min = Double.MIN_VALUE;
>         System.out.println(-min / 0);
>     }
> }
> Seems like icc 9.00 problem. This error is reproducible only on release icc
> build. g++ builds and debug icc build pass the test

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.