[Mono-bugs] [Bug 37652][Wis] Changed - volatile enums are seen as 'int' by the compiler

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Fri, 14 Feb 2003 11:46:31 -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 miguel@ximian.com.

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

--- shadow/37652	Thu Feb  6 17:37:17 2003
+++ shadow/37652.tmp.19042	Fri Feb 14 11:46:31 2003
@@ -1,13 +1,13 @@
 Bug#: 37652
 Product: Mono/MCS
 Version: unspecified
 OS: Debian Woody
 OS Details: 
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: FIXED
 Severity: Unknown
 Priority: Wishlist
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lukas.pokorny@rebex.cz               
 QAContact: mono-bugs@ximian.com
@@ -56,6 +56,9 @@
 How often does this happen? 
 Every time I compile any source with volatile enum.
 
 Additional Information:
 After deleting the "volatile" keyword from the source, mcs works 
 perfectly. But then the field is not volatile, which is not what I need...
+
+------- Additional Comments From miguel@ximian.com  2003-02-14 11:46 -------
+Thanks for this excellent bug report.  This has been fixed on CVS.