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-02-28 15:12:20 +0300
committerRaja R Harinath <harinath@hurrynot.org>2005-02-28 15:12:20 +0300
commitbf5390466483ea041a1424bc78f4988bfbaaca62 (patch)
tree4c82431f615743a60e595d7899904f7e904c5f42 /mcs/errors/ChangeLog
parent97f6e5e99e6671280f4f64f5716dc4cd6d9cdbd0 (diff)
Fix #73052.
* mcs/report.cs (Report.SymbolRelatedToPreviousError): Handle non-simple types (array, pointer, reference). * errors/cs0053-2.cs: New test from #73052. svn path=/trunk/mcs/; revision=41279
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 7074b91c159..0a715574954 100644
--- a/mcs/errors/ChangeLog
+++ b/mcs/errors/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-28 Raja R Harinath <rharinath@novell.com>
+
+ * cs0053-2.cs: New test from #73052.
+
2005-02-23 Raja R Harinath <rharinath@novell.com>
* cs0122-10.cs, CS0122-10-lib.cs: New tests based on #57851.