[Mono-bugs] [Bug 44229][Nor] New - mcs does not set beforefieldinit
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
Fri, 6 Jun 2003 07:20:46 -0400 (EDT)
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 dietmar@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=44229
--- shadow/44229 Fri Jun 6 07:20:46 2003
+++ shadow/44229.tmp.12735 Fri Jun 6 07:20:46 2003
@@ -0,0 +1,33 @@
+Bug#: 44229
+Product: Mono/MCS
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: Misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: dietmar@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mcs does not set beforefieldinit
+
+Description of Problem:
+
+Steps to reproduce the problem:
+1. compile the attached program with mcs
+
+Actual Results:
+ .class public auto ansi Test
+
+
+Expected Results:
+ .class public auto ansi beforefieldinit Test
+
+
+How often does this happen?
+always