[Mono-bugs] [Bug 63202][Maj] Changed - Indexer + Increment results in invalid opcode or compiler crash

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 16 Feb 2005 10:52:14 -0500 (EST)


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 rharinath@novell.com.

http://bugzilla.ximian.com/show_bug.cgi?id=63202

--- shadow/63202	2005-02-16 10:33:12.000000000 -0500
+++ shadow/63202.tmp.11080	2005-02-16 10:52:14.000000000 -0500
@@ -1,12 +1,12 @@
 Bug#: 63202
 Product: Mono: Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
+Status: ASSIGNED   
 Resolution: 
 Severity: Unknown
 Priority: Major
 Component: C#
 AssignedTo: rharinath@novell.com                            
 ReportedBy: juraj@hotfeet.ch               
@@ -97,6 +97,10 @@
     Foo++;
   }
 }
 
 -> results in a runtime error (invalid IL code) instead of a compile 
 time error
+
+------- Additional Comments From rharinath@novell.com  2005-02-16 10:52 -------
+A fix for the first and third testcase has been applied to SVN.
+