[Mono-bugs] [Bug 76593][Wis] New - compiler error on &&

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Oct 29 16:27:03 EDT 2005


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 ats at cs.rit.edu.

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

--- shadow/76593	2005-10-29 16:27:02.000000000 -0400
+++ shadow/76593.tmp.27833	2005-10-29 16:27:02.000000000 -0400
@@ -0,0 +1,40 @@
+Bug#: 76593
+Product: Mono: Compilers
+Version: 1.1
+OS: 
+OS Details: Panther
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: C#
+AssignedTo: rharinath at novell.com                            
+ReportedBy: ats at cs.rit.edu               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: compiler error on &&
+
+Please fill in this template when reporting a bug, unless you know what you are doing.
+Description of Problem:
+file <http://www.cs.rit.edu/~ats/cs-2005-1/code/adt/array/Abuse.cs> draws CS0019. It 
+compiles on VS 2005 beta 2.
+
+Steps to reproduce the problem:
+1. gmcs /m:Axel.ADT.Array.AbuseTest Abuse.cs Container.cs ../IContainer.cs ../Test.cs
+2. 
+3. 
+
+Actual Results:
+Abuse.cs(78,48): error CS0019: Operator `&&' cannot be applied to operands of type 
+`Axel.ADT.Array.Abuse<System.String>' and `Mono.CSharp.NullType'
+
+Expected Results:
+successful compilation
+
+How often does this happen? 
+always
+
+Additional Information:
+The additional files 'live' above the link given above.


More information about the mono-bugs mailing list