[Mono-bugs] [Bug 51679][Wis] Changed - segfault on 'return'

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 12 Dec 2003 08:16:15 -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 miguel@ximian.com.

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

--- shadow/51679	2003-12-04 05:44:22.000000000 -0500
+++ shadow/51679.tmp.28857	2003-12-12 08:16:15.000000000 -0500
@@ -1,16 +1,16 @@
 Bug#: 51679
-Product: Mono/MCS
+Product: Mono/Compilers
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
-Component: Misc
+Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: orphennui@yahoo.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -51,6 +51,11 @@
          public static void Main (string[] args) {
                  return;
                  int i = 0;
          }
 }
 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
+
+------- Additional Comments From miguel@ximian.com  2003-12-12 08:16 -------
+Wow, this bug must have been popular.
+
+Fixed yesterday by Martin.