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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
