[Mono-bugs] [Bug 374619] New: Compiler crashes on binary operations on nullable types

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Mar 27 18:53:18 EDT 2008


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: msafar at novell.com
        ReportedBy: miguel at novell.com
         QAContact: mono-bugs at lists.ximian.com
          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.


More information about the mono-bugs mailing list