[Mono-bugs] [Bug 355137] New: *mcs erroneously reports CS1002

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Mon Jan 21 11:29:44 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=355137


           Summary: *mcs erroneously reports CS1002
           Product: Mono: Compilers
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: mono-bugs at lists.ximian.com
        ReportedBy: gnorton at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


The following snippet compiles fine on ms's compiler:

using System;

public class T {
        public void A () {
                int a = 0;
                int b = 0;
                int c = 0;

                if (a >= 0 && b + 4 < c >> 3) {
                }
        }
}


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the mono-bugs mailing list