[Mono-bugs] [Bug 58784][Wis] New - ilasm complains with /output: switch
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 21 May 2004 02:06:47 -0400 (EDT)
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 kjambunathan@novell.com.
http://bugzilla.ximian.com/show_bug.cgi?id=58784
--- shadow/58784 2004-05-21 02:06:47.000000000 -0400
+++ shadow/58784.tmp.28296 2004-05-21 02:06:47.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 58784
+Product: Mono: Compilers
+Version: unspecified
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Wishlist
+Component: IL assembler
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: kjambunathan@novell.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: ilasm complains with /output: switch
+
+Description of Problem:
+
+Mono's ilasm complains if /output: is given as the output switch. On the
+otherhand MS's ilasm doesn't complain.
+
+
+Steps to reproduce the problem:
+
+1) ilasm /output:some-il-file.exe some-il-file.il
+2) ilasm some-il-file.il /output:some-il.file.exe
+
+
+Actual Results:
+File doesnot exist: /output:some-il.file.exe
+
+
+Expected Results:
+An exe with the given name
+
+
+Additional Information:
+Identified as part of running the rotor test suite