[Mono-bugs] [Bug 71819][Maj] Changed - crazy boolean in mcs and gmcs (head and 1.05)
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 26 Jan 2005 17:04:15 -0500 (EST)
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 vargaz@gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71819
--- shadow/71819 2005-01-26 16:57:54.000000000 -0500
+++ shadow/71819.tmp.30322 2005-01-26 17:04:15.000000000 -0500
@@ -1,14 +1,14 @@
Bug#: 71819
Product: Mono: Compilers
Version: unspecified
-OS:
+OS: unknown
OS Details: Gentoo 2.6.10
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: DUPLICATE
+Severity: Unknown
Priority: Major
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: spigaz@gmail.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -78,6 +78,11 @@
public override void Add(bool v1, bool v2, uint v3, bool v4)
{
base.Add(v1, v2, v3, v4);
}
It will work fine. So far this is the only workarround that I have found...
+
+------- Additional Comments From vargaz@gmail.com 2005-01-26 17:04 -------
+
+
+*** This bug has been marked as a duplicate of 71742 ***