[Mono-bugs] [Bug 79491][Maj] Changed - gmcs crash on inner class usage

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Tue Sep 26 03:51:52 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 pawel.sakowski at mindbreeze.com.

http://bugzilla.ximian.com/show_bug.cgi?id=79491

--- shadow/79491	2006-09-26 03:46:12.000000000 -0400
+++ shadow/79491.tmp.17411	2006-09-26 03:51:52.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Compilers
 Version: 1.1
 OS: GNU/Linux [Other]
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Major
 Component: C#
 AssignedTo: rharinath at novell.com                            
 ReportedBy: pawel.sakowski at mindbreeze.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
@@ -46,6 +46,13 @@
 mono 1.1.13.6
 
 ------- Additional Comments From pawel.sakowski at mindbreeze.com  2006-09-26 03:46 -------
 Created an attachment (id=17751)
 A quick workaround (details follow)
 
+
+------- 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.


More information about the mono-bugs mailing list