In mcs:
authorRaja R Harinath <harinath@hurrynot.org>
Tue, 15 Feb 2005 13:50:09 +0000 (13:50 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Tue, 15 Feb 2005 13:50:09 +0000 (13:50 -0000)
commit1bd72bb06e953bc3533f3d32018969b813c4189d
treecfef8b4b25fd86ec930b7e7f1220eb37ff90c854
parent0dd324013701c332a9ef7a16456b5c1de11bca4f
In mcs:
Fix #71992.
* namespace.cs (NamespaceEntry.LookupNamespaceOrType): Add
'ignore_cs0104' parameter.  Pass it to ...
(NamespaceEntry.Lookup): ... this.
* decl.cs (DeclSpace.LookupType): Add 'ignore_cs0104' parameter.
* ecore.cs (SimpleName.ResolveAsTypeStep): Update.
(TypeLookupExpression.DoResolveAsTypeStep): Update.
* expression.cs (MemberAccess.IdenticalNameAndTypeName):
Update.  Request that cs0104 errors be ignored.
(ComposedCast.ResolveAsTypeStep): Update.

In tests:
* test-347.cs: New test from #71992.

svn path=/trunk/mcs/; revision=40699
mcs/mcs/ChangeLog
mcs/mcs/decl.cs
mcs/mcs/ecore.cs
mcs/mcs/expression.cs
mcs/mcs/namespace.cs
mcs/tests/ChangeLog
mcs/tests/Makefile
mcs/tests/test-347.cs [new file with mode: 0644]