[Mono-bugs] [Bug 82120][Maj] Changed - += emiited as -= with unary minus expressions
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jul 17 12:18:49 EDT 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by monkey at jpobst.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82120
--- shadow/82120 2007-07-17 11:22:54.000000000 -0400
+++ shadow/82120.tmp.17391 2007-07-17 12:18:49.000000000 -0400
@@ -2,21 +2,20 @@
Product: Mono: Compilers
Version: 1.0
OS: other
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Major
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: rolfkvinge at ya.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
-Cc:
Summary: += emiited as -= with unary minus expressions
Repro:
class tmp
{
@@ -44,6 +43,10 @@
L_0005: ldloc.0
L_0006: neg
?-> L_0007: sub
L_0008: stloc.1
L_0009: ldloc.1
L_000a: call void [mscorlib]System.Console::WriteLine(int32)
+
+------- Additional Comments From monkey at jpobst.com 2007-07-17 12:18 -------
+I think this may have been caused by r81943. That is when the
+winforms test that Rolf derived this from started failing.
More information about the mono-bugs
mailing list