https://bugzilla.novell.com/show_bug.cgi?id=681043
https://bugzilla.novell.com/show_bug.cgi?id=681043#c0 Summary: Compiler crash with class enum named arguments Classification: Mono Product: MonoTouch Version: unspecified Platform: Macintosh OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Tools AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: Development Blocker: --- Description of Problem: This code crashes the MonoTouch compiler: class MyClass { public enum SomeEnum { Blah } void Foo( SomeEnum test = SomeEnum.Blah ) { } } Steps to reproduce the problem: 1. Create any type of MonoTouch project 2. Add the above code 3. Compile Actual Results: The Build Output shows "/Developer/MonoTouch/usr/bin/smcs: line 2: 12255 Abort trap ...." and the errors tab says, "The compiler appears to have crashed." Expected Results: This should compile fine. How often does this happen? Every time. -- 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 - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
