[Mono-bugs] [Bug 502718] New: Narrowing conversion from long to integer crashes

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon May 11 11:33:26 EDT 2009


http://bugzilla.novell.com/show_bug.cgi?id=502718


           Summary: Narrowing conversion from long to integer crashes
    Classification: Mono
           Product: Mono: Compilers
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: ASSIGNED
          Severity: Minor
          Priority: P5 - None
         Component: Basic
        AssignedTo: rkvinge at novell.com
        ReportedBy: rkvinge at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


class c
    shared sub main ()
        const v as long = 2
        Dim bytes(0 To v) As Byte
    end sub
end class

> vbnc test.vb
Visual Basic.Net Compiler version 0.0.0.5915 (Mono 2.3 - r117246)
Copyright (C) 2004-2008 Rolf Bjarne Kvinge. All rights reserved.


Missed option: Int64_Int32
(stack trace)

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list