[Mono-bugs] [Bug 79491][Maj] Changed - gmcs crash on inner class usage
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Sep 27 07:57:07 EDT 2006
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by jan.oravec at 6com.sk.
http://bugzilla.ximian.com/show_bug.cgi?id=79491
--- shadow/79491 2006-09-26 03:51:52.000000000 -0400
+++ shadow/79491.tmp.15972 2006-09-27 07:57:07.000000000 -0400
@@ -1,13 +1,13 @@
Bug#: 79491
Product: Mono: Compilers
Version: 1.1
OS: GNU/Linux [Other]
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: INVALID
Severity: Unknown
Priority: Major
Component: C#
AssignedTo: rharinath at novell.com
ReportedBy: pawel.sakowski at mindbreeze.com
QAContact: mono-bugs at ximian.com
@@ -53,6 +53,24 @@
------- Additional Comments From pawel.sakowski at mindbreeze.com 2006-09-26 03:51 -------
The above patch fixes the described crash. The code relying on
Parent.MemberCache!=null (emitting member shadowing warnings) is not
crucial for the compilation, so it's simply disabled in cases, when
that's not true. However, a true fix would be expected to retain the
(otherwise valid) warnings.
+
+------- Additional Comments From jan.oravec at 6com.sk 2006-09-27 07:57 -------
+This bug was already fixed long time ago... try with Mono 1.1.17.1
+
+There are still problems with code like:
+
+class A<T> : I<A<T>.B>
+{
+ public class B
+ { }
+}
+
+interface I<X>
+{
+}
+
+See bug #77963.
+
More information about the mono-bugs
mailing list