[Mono-bugs] [Bug 70354][Nor] New - ldc.r8 18446744073709551615
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 8 Dec 2004 22:20:26 -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 bmaurer@users.sf.net.
http://bugzilla.ximian.com/show_bug.cgi?id=70354
--- shadow/70354 2004-12-08 22:20:26.000000000 -0500
+++ shadow/70354.tmp.9933 2004-12-08 22:20:26.000000000 -0500
@@ -0,0 +1,33 @@
+Bug#: 70354
+Product: Mono: Compilers
+Version: 1.0
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: IL assembler
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: bmaurer@users.sf.net
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ldc.r8 18446744073709551615
+
+.method public static void main () {
+ .entrypoint
+
+ ldc.r8 18446744073709551615
+ pop
+ ret
+}
+
+.assembly foo.exe{}
+
+Assembling 'foo.il' , no listing file, to exe --> 'foo.exe'
+
+foo.il(2) : error : syntax error at token '18446744073709551615'.
+
+***** FAILURE *****