July 13, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3172

           Summary: compile-time floating point exception when compiling
                    this 4-line code.
           Product: D
           Version: 2.031
          Platform: x86
        OS/Version: Linux
            Status: NEW
          Keywords: ice-on-invalid-code
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nobody@puremagic.com
        ReportedBy: ace17@free.fr


void f(ushort b)
{
  ulong a = 1;
  uint c = a / b;
}

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
July 20, 2009
http://d.puremagic.com/issues/show_bug.cgi?id=3172


Don <clugdbug@yahoo.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |clugdbug@yahoo.com.au
         Resolution|                            |DUPLICATE




--- Comment #1 from Don <clugdbug@yahoo.com.au>  2009-07-20 00:37:38 PDT ---
This is the same as 3169, it is crashing in the same place for the same reason.

*** This issue has been marked as a duplicate of issue 3169 ***

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------