https://bugzilla.novell.com/show_bug.cgi?id=374619
Summary: Compiler crashes on binary operations on nullable types
Product: Mono: Compilers
Version: unspecified
Platform: Other
OS/Version: Other
Status: NEW
Severity: Critical
Priority: P5 - None
Component: C#
AssignedTo: [EMAIL PROTECTED]
ReportedBy: [EMAIL PROTECTED]
QAContact: [email protected]
Found By: ---
The following regression (introduced in 98576) crashes the compiler (this code
came from Banshee):
public static class D {
static bool? debugging = null;
public static void Main () {
debugging |= true;
}
}
--
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