[Mono-bugs] [Bug 51095][Nor] Changed - Parsing error in the presence of casts

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 18 Nov 2003 12:28:24 -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=51095

--- shadow/51095	2003-11-18 00:11:55.000000000 -0500
+++ shadow/51095.tmp.20966	2003-11-18 12:28:24.000000000 -0500
@@ -1,14 +1,14 @@
 Bug#: 51095
 Product: Mono/MCS
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: DUPLICATE
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: miguel@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -24,6 +24,11 @@
 
     static void Main ()
     {
         object a = (ColorDepth) int.Parse("1");
     }
 }
+
+------- Additional Comments From bmaurer@users.sf.net  2003-11-18 12:28 -------
+
+
+*** This bug has been marked as a duplicate of 49836 ***