[Mono-bugs] [Bug 57378][Nor] New - Wrong `new' requirement reporting.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 21 Apr 2004 21:05:06 -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 miguel@ximian.com.

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

--- shadow/57378	2004-04-21 21:05:06.000000000 -0400
+++ shadow/57378.tmp.2525	2004-04-21 21:05:06.000000000 -0400
@@ -0,0 +1,41 @@
+Bug#: 57378
+Product: Mono: Compilers
+Version: unspecified
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Normal
+Component: C#
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: miguel@ximian.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Wrong `new' requirement reporting.
+
+Somewhere we got this wrong, with and without `new':
+
+mcs   -d:NET_1_1 -d:ONLY_1_1 -g /target:exe /out:mcs.exe AssemblyInfo.cs
+anonymous.cs assign.cs attribute.cs driver.cs cs-tokenizer.cs cfold.cs
+class.cs codegen.cs const.cs constant.cs convert.cs decl.cs delegate.cs
+enum.cs ecore.cs expression.cs flowanalysis.cs genericparser.cs
+iterators.cs literal.cs location.cs modifiers.cs namespace.cs parameter.cs
+pending.cs report.cs rootcontext.cs statement.cs support.cs typemanager.cs
+symbolwriter.cs tree.cs CryptoConvert.cs cs-parser.cs
+class.cs(2950) warning CS0108: The keyword new is required on
+`Mono.CSharp.Method.Location' because it hides `MemberCore.Location'
+cvs upCompilation succeeded - 1 warning(s)
+mono$ make
+mcs   -d:NET_1_1 -d:ONLY_1_1 -g /target:exe /out:mcs.exe AssemblyInfo.cs
+anonymous.cs assign.cs attribute.cs driver.cs cs-tokenizer.cs cfold.cs
+class.cs codegen.cs const.cs constant.cs convert.cs decl.cs delegate.cs
+enum.cs ecore.cs expression.cs flowanalysis.cs genericparser.cs
+iterators.cs literal.cs location.cs modifiers.cs namespace.cs parameter.cs
+pending.cs report.cs rootcontext.cs statement.cs support.cs typemanager.cs
+symbolwriter.cs tree.cs CryptoConvert.cs cs-parser.cs
+class.cs(2950) warning CS0109: The member `Mono.CSharp.Method.Location'
+does not hide an inherited member.  The keyword new is not required
+Compilation succeeded - 1 warning(s)