[Mono-bugs] [Bug 78009][Nor] Changed - Endless loop in
compute_dominators ()
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Apr 4 11:10:00 EDT 2006
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 robertj at gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=78009
--- shadow/78009 2006-04-04 10:48:52.000000000 -0400
+++ shadow/78009.tmp.17539 2006-04-04 11:10:00.000000000 -0400
@@ -72,6 +72,24 @@
2006-04-03 Zoltan Varga <vargaz at gmail com>
* mini.c: Modify the branch optimizations to preserve the invariant that
the entries inside the in_bb and out_bb arrays are unique.
(mono_unlink_bblock): Avoid creation of new arrays.
+
+------- Additional Comments From robertj at gmx.net 2006-04-04 11:09 -------
+The corlib unit tests are failing too. I noticed this too late.
+
+// mcs test.cs -r:MySql.Data.dll
+// MySql Connector 1.0.7
+using MySql.Data.MySqlClient;
+
+public class Test
+{
+ static void Main()
+ {
+ MySqlConnection con = new MySqlConnection
+("server=localhost;pooling=true;database=test;user id=foo;");
+ con.Open ();
+ }
+}
+
More information about the mono-bugs
mailing list