[Mono-bugs] [Bug 612796] New: Internal compiler error on Umlaut " Ä "
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Wed Jun 9 05:47:16 EDT 2010
http://bugzilla.novell.com/show_bug.cgi?id=612796
http://bugzilla.novell.com/show_bug.cgi?id=612796#c0
Summary: Internal compiler error on Umlaut "Ä"
Classification: Mono
Product: Mono: Compilers
Version: 2.6.x
Platform: i686
OS/Version: Linux
Status: NEW
Severity: Normal
Priority: P5 - None
Component: C#
AssignedTo: mono-bugs at lists.ximian.com
ReportedBy: elmar at haneke.de
QAContact: mono-bugs at lists.ximian.com
Found By: ---
Blocker: ---
Created an attachment (id=368052)
--> (http://bugzilla.novell.com/attachment.cgi?id=368052)
Test-Source with error
User-Agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.9.2.4)
Gecko/20100505 Iceweasel/3.6.4 (like Firefox/3.6.4)
gmcs -v -warn:0 -codepage:utf8 Test1.cs
gmcs -v -warn:0 -codepage:utf8 Test2.cs
gmcs --version
gives
System.IndexOutOfRangeException: Array index is out of range.
at Mono.CSharp.Tokenizer.GetKeyword (System.Char[] id, Int32 id_len)
[0x00000] in <filename unknown>:0
at Mono.CSharp.Tokenizer.consume_identifier (Int32 c, Boolean quoted)
[0x00000] in <filename unknown>:0
at Mono.CSharp.Tokenizer.consume_identifier (Int32 s) [0x00000] in <filename
unknown>:0
at Mono.CSharp.Tokenizer.xtoken () [0x00000] in <filename unknown>:0
at Mono.CSharp.Tokenizer.token () [0x00000] in <filename unknown>:0
at Mono.CSharp.CSharpParser.yyparse (yyInput yyLex) [0x00000] in <filename
unknown>:0
at Mono.CSharp.CSharpParser.parse () [0x00000] in <filename unknown>:0
Test1.cs(3,25): error CS8032: Internal compiler error during parsing, Run with
-v for details
Compilation failed: 1 error(s), 0 warnings
Mono C# compiler version 2.6.3.0
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
--
Configure bugmail: http://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