https://bugzilla.novell.com/show_bug.cgi?id=437571
Summary: Extra internal compiler error reported
Product: Mono: Compilers
Version: SVN
Platform: i386
OS/Version: openSUSE 11.0
Status: NEW
Severity: Normal
Priority: P5 - None
Component: C#
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
QAContact: [email protected]
Found By: ---
namespace Test
{
class MainClass
{
public static void Main(string[] args)
{
for (int i = 0; i++; i < 8)
Console.WriteLine ("hola");
}
}
}
Errors:
[Internal compiler error during parsing, Run with -v for details(CS8032)]
[Only assignment, call, increment, decrement, and new object expressions can be
used as a statement(CS0201)]
Expected results: it should give only 1 error (the latter).
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs