[Mono-bugs] [Bug 42661][Nor] Changed - regression in exception6.exe

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 9 May 2003 08:16:32 -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 vargaz@freemail.hu.

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

--- shadow/42661	Fri May  9 08:15:52 2003
+++ shadow/42661.tmp.28506	Fri May  9 08:16:32 2003
@@ -2,13 +2,13 @@
 Product: Mono/Runtime
 Version: unspecified
 OS: Debian Potato
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: vargaz@freemail.hu               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -22,6 +22,14 @@
 checked {
 sbyte a = 127;
                                 sbyte t = a++;
                         } catch {
                                 ocount++;
                         }
+
+------- Additional Comments From vargaz@freemail.hu  2003-05-09 08:16 -------
+I mean:
+
+checked {
+  sbyte a = 127;
+  sbyte t = a++;
+}