[Mono-bugs] [Bug 56821][Wis] Changed - Constant folding is not done on true || x
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Mon, 6 Dec 2004 04:30:31 -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 marek.safar@seznam.cz.
http://bugzilla.ximian.com/show_bug.cgi?id=56821
--- shadow/56821 2004-04-11 23:54:54.000000000 -0400
+++ shadow/56821.tmp.20850 2004-12-06 04:30:31.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 56821
Product: Mono: Compilers
Version: unspecified
OS: unknown
OS Details:
-Status: NEW
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Wishlist
Component: C#
AssignedTo: mono-bugs@ximian.com
ReportedBy: bmaurer@users.sf.net
QAContact: mono-bugs@ximian.com
@@ -86,6 +86,9 @@
THis kind of code occurs in `java style' conditional compilation:
const bool DEBUGGING = false;
if (DEBUGGING && foo)
Console.WriteLine ("foo is true!");
+
+------- Additional Comments From marek.safar@seznam.cz 2004-12-06 04:30 -------
+Fixed in SVN