https://bugzilla.novell.com/show_bug.cgi?id=655497
https://bugzilla.novell.com/show_bug.cgi?id=655497#c4 Rodrigo Kumpera <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #4 from Rodrigo Kumpera <[email protected]> 2010-11-26 17:40:34 UTC --- Fixed in trunk, not it properly rejects the code in question. Notice that the code in question is broken. As it pushes an int32 on stack and then call ret for a method with int64 return type. This is unverifiable and on MS it causes different return values depending on which runtime is used. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
