https://bugzilla.novell.com/show_bug.cgi?id=363791

User [EMAIL PROTECTED] added comment
https://bugzilla.novell.com/show_bug.cgi?id=363791#c1


Raja Harinath <[EMAIL PROTECTED]> changed:

           What    |Removed                                         |Added
----------------------------------------------------------------------------
                 CC|                                                |[EMAIL 
PROTECTED]




--- Comment #1 from Raja Harinath <[EMAIL PROTECTED]>  2008-02-25 00:39:45 MST 
---
This is a reduced testcase

--------------------------8<----------------------
class Test {
  enum Foo { MUL, JL }
  static Foo f;
  public static void Main ()
  {
    switch (f) {
    case Foo.MUL: break;
    case Foo.MUL: break;
    }
  }
}
-------------------------8<-----------------------

It is dependent on the names 'MUL' and 'JL', which probably has to do with
their order in some hashtable.  This makes it a slightly bad regression test,
but we can't help it.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to