[Mono-bugs] [Bug 24020] Changed - Strange casting bug

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
30 Apr 2002 19:06:56 -0000


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 miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=24020

--- shadow/24020	Mon Apr 29 21:17:43 2002
+++ shadow/24020.tmp.24770	Tue Apr 30 15:06:56 2002
@@ -1,14 +1,14 @@
 Bug#: 24020
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: crichton@gimp.org               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -43,6 +43,17 @@
                 public test()
                 {
                         // Really a noop?
                 }
         }
 }
+
+------- Additional Comments From miguel@ximian.com  2002-04-30 15:06 -------
+This seems to be a problem with the spec.  There is no 
+
+byte operator | (byte a, byte b)
+
+Defined.  I wonder if I am miss-interpreting the spec for things like |=
+
+Am tracking this down.
+
+Miguel