https://bugzilla.novell.com/show_bug.cgi?id=691057

https://bugzilla.novell.com/show_bug.cgi?id=691057#c3


Zoltan Varga <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #3 from Zoltan Varga <[email protected]> 2011-04-30 21:54:12 UTC ---
Err, the two programs contain:

        int n = args.Length > 0 ? Int32.Parse(args[0]) : 10000;

and

            var n = args.Length > 0 ? Int32.Parse(args[0]) : 1;

So if I run them without arguments, they compute different results. If I run
them with an argument, they print the same numbers for me using mono 2.6.4/HEAD
on a Q9550.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to