[Mono-bugs] [Bug 74887][Wis] Changed - 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:42:14 -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.8701 2005-05-09 17:42:14.000000000 -0400
@@ -16,6 +16,11 @@
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.
+
+------- Additional Comments From peter@novonyx.com 2005-05-09 17:42 -------
+Created an attachment (id=15107)
+Sample code showing the bug
+