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


           Summary: gmcs errors |= (byte)value
           Product: Mono: Compilers
           Version: SVN
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: C#
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [email protected]
                CC: [EMAIL PROTECTED]
          Found By: Other


Description of Problem:
after upgrading mono/mcs from 1.9.1 to trunk (see additional) the compiler
throws errors on: profileCurve |= (byte)value;
reported error: error CS0266: Cannot implicitly convert type `int' to `byte'.
An explicit conversion exists (are you missing a cast?)

Steps to reproduce the problem:
1. build libsecondlife under 1.9.1 success
2. build libsecondlife under trunk fail


Actual Results:
see description above for errors

Expected Results:
code builds successfully under 1.9.1

How often does this happen? 
100%

Additional Information:
URL: svn://anonsvn.mono-project.com/source/trunk/mcs
Repository Root: svn://anonsvn.mono-project.com/source
Repository UUID: e3ebcda4-bce8-0310-ba0a-eca2169e7518
Revision: 102279


-- 
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.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to