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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
