[Mono-bugs] [Bug 57007][Nor] New - mcs allows char as enum type

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 14 Apr 2004 12:39:49 -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 pcgod@gmx.net.

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

--- shadow/57007	2004-04-14 12:39:49.000000000 -0400
+++ shadow/57007.tmp.13669	2004-04-14 12:39:49.000000000 -0400
@@ -0,0 +1,23 @@
+Bug#: 57007
+Product: Mono: Compilers
+Version: unspecified
+OS: All
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: pcgod@gmx.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: mcs allows char as enum type
+
+msdn says: An Enum is a named constant whose underlying type is any 
+integral type except Char.
+
+Steps to reproduce the problem:
+1. compile testcase with mcs (it fails but with the wrong error)