[Mono-bugs] [Bug 82085][Blo] New - Different 'case' values inside 'switch' seem equal to compiler

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Thu Jul 12 10:11:23 EDT 2007


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 nick at komarov.info.

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

--- shadow/82085	2007-07-12 10:11:23.000000000 -0400
+++ shadow/82085.tmp.1433	2007-07-12 10:11:23.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 82085
+Product: Mono: Compilers
+Version: 1.2
+OS: SUSE 9.2
+OS Details: SuSE from VM download from mono-project.com
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Blocker
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: nick at komarov.info               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Different 'case' values inside 'switch' seem equal to compiler
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Compiler ignores non-latin symbols inside value of the 'case' statement.
+
+Steps to reproduce the problem:
+1. Open file created in Windows (cp1251 or unicode, anyway)
+2. Compile and see error CS0152
+3. Try to save file in Unicode and see that it doesn't help.
+4. Change values to transliterated values and compile successfully.
+
+Actual Results:
+Compile error
+
+Expected Results:
+Successfull compilation
+
+How often does this happen? 
+Always
+
+Additional Information:
+Used Open SuSE 10.2 in a VM downloaded from Mono-Project.


More information about the mono-bugs mailing list