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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=80093 --- shadow/80093 2006-11-30 03:06:30.000000000 -0500 +++ shadow/80093.tmp.22658 2006-11-30 03:06:30.000000000 -0500 @@ -0,0 +1,35 @@ +Bug#: 80093 +Product: Mono: Compilers +Version: 1.2 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Minor +Component: C# +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: mcs does not check unbalanced #if section when the condition is met + +Compile the example below with -d:NET_2_0 : + +-------- +#if NET_2_0 + +class Test +{ +} +-------- + +Expected: +test.cs(7,1): error CS1027: #endif directive expected + +Actual: +no CS1027 error. + +This does not happen when you don't pass -d:NET_2_0 to mcs. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
