Bug 509488

Summary: gmcs can't compile lastest version of C5
Product: [Mono] Mono: Compilers Reporter: Rodrigo Kumpera <rkumpera>
Component: C#Assignee: Mono Bugs <mono-bugs>
Status: RESOLVED FIXED QA Contact: Mono Bugs <mono-bugs>
Severity: Normal    
Priority: P5 - None    
Version: unspecified   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 508901    

Description Rodrigo Kumpera 2009-06-03 12:43:29 UTC
Download it from:

http://www.itu.dk/research/c5/Release1.1/C5.src.zip

gmcs gives:
C5/Dictionaries.cs(1308,93): error CS0229: Ambiguity between `C5.ICollectionValue<C5.KeyValuePair<K,V>>.Count' and `System.Collections.Generic.ICollection<C5.KeyValuePair<K,V>>.Count'

C5/Dictionaries.cs(1308,93): error CS0122: `System.Collections.Generic.ICollection<C5.KeyValuePair<K,V>>.Count' is inaccessible due to its protection level
Comment 1 Marek Safar 2010-04-27 10:52:52 UTC
Could you try with latest trunk?
Comment 2 Marek Safar 2010-04-28 11:19:38 UTC
Closing as fixed as trunk already has 1.1 version.