Bugzilla – Bug 316221
[GMCS] CLS compliance check of generic types causes a crash
Last modified: 2007-09-15 21:24:23 UTC
---- Reported by vargaz@gmail.com 2004-10-11 18:46:41 MST ---- The following test case causes gmcs to crash: <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< using System; [assembly: CLSCompliant(true)] public interface IList2<T> { } public sealed class Tests { public IList2<int> ExceptionHandlingClauses { get { return null; } } } <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< with the assert ** ERROR **: get custom attrs not yet supported for MonoGenericInst This blocks the implementation of the MethodBody class from net 2.0. ---- Additional Comments From martin@ximian.com 2004-12-08 16:50:43 MST ---- Fixed in SVN. Unknown operating system unknown. Setting to default OS "Other".