[Mono-bugs] [Bug 629547] [Flow-analysis] missing checks for non-empty struct unassigned local variables
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Aug 10 11:29:39 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=629547
http://bugzilla.novell.com/show_bug.cgi?id=629547#c1
Marek Safar <msafar at novell.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|dmcs is missing checks for |[Flow-analysis] missing
|unassigned local variables |checks for non-empty struct
| |unassigned local variables
--- Comment #1 from Marek Safar <msafar at novell.com> 2010-08-10 15:29:38 UTC ---
using System;
struct SpinWait
{
int i;
public void SpinOnce ()
{
}
}
class Program {
static void Main ()
{
SpinWait wait;
wait.SpinOnce ();
}
}
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list