[Mono-bugs] [Bug 31672][Wis] Changed - ugly code generated for the ?: construct
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
4 Oct 2002 06:03:48 -0000
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=31672
--- shadow/31672 Thu Oct 3 04:29:17 2002
+++ shadow/31672.tmp.1442 Fri Oct 4 02:03:48 2002
@@ -1,14 +1,14 @@
Bug#: 31672
Product: Mono/MCS
Version: unspecified
OS: other
OS Details:
-Status: NEW
-Resolution:
-Severity:
+Status: RESOLVED
+Resolution: FIXED
+Severity: Unknown
Priority: Wishlist
Component: Misc
AssignedTo: mono-bugs@ximian.com
ReportedBy: lupus@ximian.com
QAContact: mono-bugs@ximian.com
TargetMilestone: ---
@@ -22,6 +22,9 @@
class T {
static int cmov (int a) {
return a >= 10? 1: 2;
}
static void Main() {}
}
+
+------- Additional Comments From miguel@ximian.com 2002-10-04 02:03 -------
+Nice code is now generated.