[Mono-bugs] [Bug 372483] Conversion instruction called twice for compound operator/ assignment

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Wed Mar 19 15:38:45 EDT 2008


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

User rkumpera at novell.com added comment
https://bugzilla.novell.com/show_bug.cgi?id=372483#c1


Rodrigo Kumpera <rkumpera at novell.com> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |rkumpera at novell.com




--- Comment #1 from Rodrigo Kumpera <rkumpera at novell.com>  2008-03-19 13:38:44 MST ---
This looks like two bugs.

First mcs is generating an extra conv.ovf.i.un for no good reason. This didn't
happen in 1.2.6.

The second one, which is more serious is runtime crash. For some reason the
second conv.ovf.i.un is not turning into an nop - converting an int32 to an
int32 should simply be ignored.


-- 
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.


More information about the mono-bugs mailing list