[Mono-bugs] [Bug 74887][Wis] New - Compilation fails with bogus CS0177 error if earlier CS0162 warning was given

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 9 May 2005 17:41:29 -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 peter@novonyx.com.

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

--- shadow/74887	2005-05-09 17:41:29.000000000 -0400
+++ shadow/74887.tmp.8683	2005-05-09 17:41:29.000000000 -0400
@@ -0,0 +1,21 @@
+Bug#: 74887
+Product: Mono: Compilers
+Version: 1.1
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: peter@novonyx.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Compilation fails with bogus CS0177 error if earlier CS0162 warning was given
+
+When compiling the attached code, mcs fails with a CS0177 (the out 
+parameter must be assigned) error even though the assignment code is there 
+but not reachable due to a 'throw xxxException' line earlier in the code.