[Mono-bugs] [Bug 59427][Wis] Changed - Reachability of try with finally

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 7 Jun 2004 01:26:41 -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 miguel@ximian.com.

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

--- shadow/59427	2004-06-01 22:56:26.000000000 -0400
+++ shadow/59427.tmp.4539	2004-06-07 01:26:41.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 59427
 Product: Mono: Compilers
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
+Status: NEEDINFO   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: C#
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: bmaurer@users.sf.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -36,6 +36,11 @@
 one catch block is reachable.
 
 	· If a finally block is present, the end point of the finally block is
 reachable.
 '
 From 15.10 The try statement
+
+------- Additional Comments From miguel@ximian.com  2004-06-07 01:26 -------
+But in your sample, the end of finally will not be reachable.
+
+When does this happen, and why do we need to fix this?