[Mono-bugs] [Bug 50533][Min] New - 'fixed' not needed

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 3 Nov 2003 22:04:58 -0500 (EST)


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

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

--- shadow/50533	2003-11-03 22:04:58.000000000 -0500
+++ shadow/50533.tmp.16731	2003-11-03 22:04:58.000000000 -0500
@@ -0,0 +1,31 @@
+Bug#: 50533
+Product: Mono/MCS
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Minor
+Component: Misc
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: gonzalo@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: 'fixed' not needed
+
+Compile the attached example with:
+mcs -unsafe -t:library jpeg.cs
+
+Actual results:
+Compilation successful
+
+Expected results:
+It's not needed to use the 'fixed' instruction to get the address of a
+fixed expression
+(translated from the Spanish message i got)
+
+Additional comments:
+sample test case extracted from JPEGCodec.cs