Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaja R Harinath <harinath@hurrynot.org>2005-05-30 14:38:32 +0400
committerRaja R Harinath <harinath@hurrynot.org>2005-05-30 14:38:32 +0400
commit5cc74c7d75c10033fa91695b70695a48f05bb98c (patch)
treed047b7fdf58e977feb9a68c4cb81de25893d8c19 /mcs/errors/ChangeLog
parentb1e6805b9cd3f3ce9e581127eb738350e992822e (diff)
In mcs:
Fix #75088. * ecore.cs (Expression.MemberLookupFailed): Add CS0122 check in the "almostMatchedMember" case too. * typemanager.cs (Closure.CheckValidFamilyAccess): Add anything that failed the accessibility checks to 'almost_match'. In errors: * cs0122-16.cs: New test from #75088. svn path=/trunk/mcs/; revision=45190
Diffstat (limited to 'mcs/errors/ChangeLog')
-rw-r--r--mcs/errors/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mcs/errors/ChangeLog b/mcs/errors/ChangeLog
index 1943a20fb16..ad8d482a647 100644
--- a/mcs/errors/ChangeLog
+++ b/mcs/errors/ChangeLog
@@ -1,3 +1,7 @@
+2005-05-30 Raja R Harinath <rharinath@novell.com>
+
+ * cs0122-16.cs: New test from #75088.
+
2005-05-26 Raja R Harinath <rharinath@novell.com>
* cs0173-3.cs: Rename from cs0172-2.cs. CSC 1.1 reports CS0173,