[Issue 3172] New: compile-time floating point exception when compiling this 4-line code.

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jul 13 12:28:25 PDT 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 at puremagic.com
        ReportedBy: ace17 at 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: -------


More information about the Digitalmars-d-bugs mailing list