[Mono-bugs] [Bug 73107][Wis] Changed - unreachable code in a conditional can cause mcs to crash

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 5 Apr 2005 10:37:12 -0400 (EDT)


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=73107

--- shadow/73107	2005-02-28 04:05:02.000000000 -0500
+++ shadow/73107.tmp.25357	2005-04-05 10:37:12.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 73107
 Product: Mono: Compilers
 Version: 1.1
 OS: NLD 9
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: trow@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -52,6 +52,14 @@
 (Mono.CSharp.TypeContainer,Mono.CSharp.Attributable)
 in <0x00022> Mono.CSharp.Method:Emit ()
 in <0x0057a> Mono.CSharp.TypeContainer:EmitType ()
 in <0x003e5> Mono.CSharp.RootContext:EmitCode ()
 in <0x00c48> Mono.CSharp.Driver:MainDriver (string[])
 in <0x0000f> Mono.CSharp.Driver:Main (string[])
+
+------- Additional Comments From rharinath@novell.com  2005-04-05 10:37 -------
+This appears to have been fixed.  IINM, the fix for the NullRef
+problem went in before 1.1.5, and is probably in that release.  
+
+I believe the other problem (the bogus 'foo is unassigned' error) is
+fixed in SVN.
+