[Mono-bugs] [Bug 40786][Nor] Changed - Accessibility checks on pointer types need special-casing

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Mon, 7 Apr 2003 07:47:26 -0400 (EDT)


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 bmaurer@users.sf.net.

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

--- shadow/40786	Mon Apr  7 05:07:40 2003
+++ shadow/40786.tmp.4569	Mon Apr  7 07:47:26 2003
@@ -125,6 +125,10 @@
 	}
 }
 
 So, this looks like yet another broken behaviour of the MS implementation.
 I guess mcs will have to special-case pointer and byref types 
 and consider them all as public.
+
+------- Additional Comments From bmaurer@users.sf.net  2003-04-07 07:47 -------
+Yes, I was running the test on windows, so what Paolo said is 
+probably my problem.