[Mono-bugs] [Bug 437571] New: Extra internal compiler error reported
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Oct 21 21:04:41 EDT 2008
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: mono-bugs at lists.ximian.com
ReportedBy: aaragoneses at novell.com
QAContact: mono-bugs at lists.ximian.com
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.
More information about the mono-bugs
mailing list