[Mono-bugs] [Bug 385758] New: gmcs errors |= (byte)value

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu May 1 16:25:14 EDT 2008


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: mono-bugs at lists.ximian.com
        ReportedBy: jamesh at bluewallgroup.com
         QAContact: mono-bugs at lists.ximian.com
                CC: jamesh at bluewallgroup.com
          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.


More information about the mono-bugs mailing list