[Mono-bugs] [Bug 74939][Nor] Changed - CS1028 when there is an #if
for the #endif
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Jun 9 04:24:14 EDT 2005
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 kornelpal at hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=74939
--- shadow/74939 2005-06-09 04:21:01.000000000 -0400
+++ shadow/74939.tmp.11523 2005-06-09 04:24:14.000000000 -0400
@@ -1,11 +1,11 @@
Bug#: 74939
Product: Mono: Compilers
Version: 1.1
-OS: unknown
-OS Details: Windows XP SP2; Mono 1.1.7
+OS: All
+OS Details:
Status: ASSIGNED
Resolution:
Severity: Unknown
Priority: Normal
Component: C#
AssignedTo: duncan at ximian.com
@@ -138,6 +138,22 @@
====
I'd prefer saving the old value of `process_directives' and putting
that back - or can this never happen ?
Other than that, looks fine - I assume it passes a bootstrap-world ?
+
+------- Additional Comments From kornelpal at hotmail.com 2005-06-09 04:24 -------
+Duncan, you patch still does not compile my test code (id=15141).
+
+The result is the following with the patch applied:
+
+ComIStreamMarshaler.cs(785) error CS1027: #endif/#endregion expected
+syntax error, got token `NEW'
+ComIStreamMarshaler.cs(787) error CS1002: Expecting `;'
+ComIStreamMarshaler.cs(942) error CS1027: #endif/#endregion expected
+syntax error, got token `IDENTIFIER'
+ComIStreamMarshaler.cs(944) error CS1002: Expecting `;'
+ComIStreamMarshaler.cs(976) error CS1027: #endif/#endregion expected
+syntax error, got token `IDENTIFIER'
+ComIStreamMarshaler.cs(978) error CS1002: Expecting `;'
+Compilation failed: 6 error(s), 0 warnings
More information about the mono-bugs
mailing list