https://bugzilla.novell.com/show_bug.cgi?id=530861

https://bugzilla.novell.com/show_bug.cgi?id=530861#c4


--- Comment #4 from Marek Safar <[email protected]> 2010-11-21 18:21:10 UTC ---
Repro

using System;

class A
{
    public static void Main ()
    {
        long l = 2147483648;
        var r = new IntPtr (l);
        Console.WriteLine (r);
    }
}

Mono (32b)

-2147483648

Expected

Unhandled Exception: System.OverflowException: Arithmetic operation resulted in
an overflow.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to