[Mono-bugs] [Bug 42597][Nor] New - mcs fails to compile pinvoke11.cs
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Thu, 8 May 2003 10:50:21 -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=42597
--- shadow/42597 Thu May 8 10:50:21 2003
+++ shadow/42597.tmp.4467 Thu May 8 10:50:21 2003
@@ -0,0 +1,23 @@
+Bug#: 42597
+Product: Mono/MCS
+Version: unspecified
+OS: Debian Potato
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: vargaz@freemail.hu
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mcs fails to compile pinvoke11.cs
+
+Latest mcs fails to compile the mono/mono/tests/pinvoke11.cs test:
+
+pinvoke11.cs(66) error CS0165: Use of unassigned local variable `s3'
+
+MS csc compiles it just fine.