[Mono-bugs] [Bug 39054][Nor] Changed - division by zero in the constant folder

bugzilla-daemon@rocky.ximian.com bugzilla-daemon@rocky.ximian.com
Wed, 5 Mar 2003 21:05:59 -0500 (EST)


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 miguel@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=39054

--- shadow/39054	Tue Mar  4 13:39:21 2003
+++ shadow/39054.tmp.15255	Wed Mar  5 21:05:59 2003
@@ -1,14 +1,14 @@
 Bug#: 39054
 Product: Mono/MCS
 Version: unspecified
 OS: other
 OS Details: 
-Status: NEW   
-Resolution: 
-Severity: 
+Status: RESOLVED   
+Resolution: FIXED
+Severity: Unknown
 Priority: Normal
 Component: Misc
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: lupus@ximian.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -19,6 +19,9 @@
 The following program makes mcs crash during compilation:
  public class a {
   public static void Main() {
    System.Console.WriteLine(32 % 0);
   }
  }
+
+------- Additional Comments From miguel@ximian.com  2003-03-05 21:05 -------
+Thanks for the report, fixed