[Mono-bugs] [Bug 73040][Nor] New - Parsing nested casts

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 25 Feb 2005 12:45:04 -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 sourcejedi@phonecoop.coop.

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

--- shadow/73040	2005-02-25 12:45:04.000000000 -0500
+++ shadow/73040.tmp.368	2005-02-25 12:45:04.000000000 -0500
@@ -0,0 +1,44 @@
+Bug#: 73040
+Product: Mono: Compilers
+Version: 1.1
+OS: SUSE 9.2
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: sourcejedi@phonecoop.coop               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Parsing nested casts
+
+Please fill in this template when reporting a bug, unless you know what 
+you are doing. 
+Description of Problem: 
+ 
+ 
+Steps to reproduce the problem: 
+1. cat >> test.cs << EOF 
+public class Test { 
+        public static void Main(string[] args) { 
+                int x = ((int) args) args; 
+        } 
+} 
+EOF 
+ 
+2. mcs test.cs 
+ 
+Actual Results: 
+quine.cs(254) error CS0246: Cannot find type `Mono.CSharp.Cast' 
+Compilation failed: 1 error(s), 0 warnings 
+ 
+ 
+Expected Results: 
+Syntax error - probably "expected ; got identifier" 
+ 
+Additional Information: 
+Mono C# compiler version 1.1.1.0