[Mono-bugs] [Bug 51702][Maj] Changed - returns inside a case statement will abort mono - mcs miscompilation

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 4 Dec 2003 11:22:27 -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 lupus@ximian.com.

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

--- shadow/51702	2003-12-04 11:21:17.000000000 -0500
+++ shadow/51702.tmp.10524	2003-12-04 11:22:27.000000000 -0500
@@ -1,23 +1,23 @@
 Bug#: 51702
 Product: Mono/Runtime
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: ximian@aksi.mdamt.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: returns inside a case statement will abort mono
+Summary: returns inside a case statement will abort mono - mcs miscompilation
 
 Please fill in this template when reporting a bug, unless you know what you
 are doing.
 Description of Problem:
 The attached file can be compiled by mcs, but the jit will abort with
 message as described below. However it can be run by mint.
@@ -113,6 +113,9 @@
 Additional Information:
 
 ------- Additional Comments From ximian@aksi.mdamt.net  2003-12-04 11:21 -------
 Created an attachment (id=6106)
 the program
 
+
+------- Additional Comments From lupus@ximian.com  2003-12-04 11:22 -------
+Yet another mcs bug of the same old kind.