[Mono-bugs] [Bug 30081][Nor] Changed - enum value not checked to be of the underlying type

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
12 Sep 2002 20:39:21 -0000


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 martin@gnome.org.

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

--- shadow/30081	Tue Sep 10 12:05:39 2002
+++ shadow/30081.tmp.26018	Thu Sep 12 16:39:21 2002
@@ -1,17 +1,17 @@
 Bug#: 30081
 Product: Mono/MCS
 Version: unspecified
 OS: unknown
 OS Details: 
-Status: ASSIGNED   
+Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Normal
 Component: Misc
-AssignedTo: mono-bugs@ximian.com                            
+AssignedTo: martin@gnome.org                            
 ReportedBy: gonzalo@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
 Summary: enum value not checked to be of the underlying type
@@ -33,6 +33,12 @@
 Expected Results:
 from40-2.cs(6,7): error CS0029: Cannot implicitly convert type 'long' to 'int'
 
 
 Additional Information:
 Extracted from test-40.cs
+
+------- Additional Comments From martin@gnome.org  2002-09-12 16:39 -------
+Oh my god ! We have tests in the test suite which contain syntax errors !
+
+Someone should run the whole compile testsuite with csc to find out whether there are more such issues.
+