http://bugzilla.novell.com/show_bug.cgi?id=517166
User [email protected] added comment http://bugzilla.novell.com/show_bug.cgi?id=517166#c6 --- Comment #6 from Zoltan Varga <[email protected]> 2009-06-29 08:50:29 MDT --- Testcase: <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< using System; using System.Reflection; using System.Reflection.Emit; class Foo<T1, T2> { public void Throw () { throw new Exception (); } } class Bar<T> : Foo<object, T> { } class Program { public static int Main () { new Bar <string> ().Throw (); return 0; } } >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> run it with -O=-inline. -- Configure bugmail: http://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
