[Mono-bugs] [Bug 82623][Cos] New - Compiler says: "Interna compiler error" instead of "internal compiler error"
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Aug 29 06:57:43 EDT 2007
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 frederik.carlier at ugent.be.
http://bugzilla.ximian.com/show_bug.cgi?id=82623
--- shadow/82623 2007-08-29 06:57:42.000000000 -0400
+++ shadow/82623.tmp.30580 2007-08-29 06:57:43.000000000 -0400
@@ -0,0 +1,42 @@
+Bug#: 82623
+Product: Mono: Compilers
+Version: 1.2
+OS:
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Cosmetic
+Component: C#
+AssignedTo: rharinath at novell.com
+ReportedBy: frederik.carlier at ugent.be
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: Compiler says: "Interna compiler error" instead of "internal compiler error"
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+When the compiler crashes, it says "Interna compiler error" instead of
+"internal compiler error" (missing "l" at the end of internal)
+
+Steps to reproduce the problem:
+1. gmcs Bug.cs (see attached file)
+
+Actual Results:
+"Interna compiler error at Bug.cs(11,34):: exception caught while emitting
+MethodBuilder [Test::GetPeriodApptsTable]"
+
+(right before stack trace)
+
+Expected Results:
+"Internal compiler error at Bug.cs(11,34):: exception caught while emitting
+MethodBuilder [Test::GetPeriodApptsTable]"
+
+How often does this happen?
+Always
+
+Additional Information:
+gmcs from svn, purely cosmetic
More information about the mono-bugs
mailing list