[Mono-bugs] [Bug 82122][Wis] New - Syntax error on CIL with ilasm : brzero
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Jul 17 18:13:11 EDT 2007
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 karim.tekkal at etu.upmc.fr.
http://bugzilla.ximian.com/show_bug.cgi?id=82122
--- shadow/82122 2007-07-17 18:13:11.000000000 -0400
+++ shadow/82122.tmp.27049 2007-07-17 18:13:11.000000000 -0400
@@ -0,0 +1,37 @@
+Bug#: 82122
+Product: Mono: Compilers
+Version: 1.0
+OS:
+OS Details: Windows XP
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: IL assembler
+AssignedTo: jankit at novell.com
+ReportedBy: karim.tekkal at etu.upmc.fr
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Syntax error on CIL with ilasm : brzero
+
+Description of Problem:
+During the compilation of a short program with ilasm, an irrecoverable
+syntax error appairs.
+The concerned instruction is "brzero", an alias for "brfalse".
+If the instruction is "brfalse" instead of "brzero", the "ilasm" tool work
+properly.
+
+Steps to reproduce the problem:
+1. Write a CIL program with the "brzero" instruction.
+2. Attempt to compile it with "ilasm".
+
+Actual Results:
+Error : inrrecoverable syntax error.
+
+Expected Results:
+No error
+
+How often does this happen?
+Each compilation time.
More information about the mono-bugs
mailing list