[Mono-bugs] [Bug 343699] New: gmcs compiles forever because of invalid character in . cs file
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Thu Nov 22 10:43:10 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=343699
Summary: gmcs compiles forever because of invalid character in
.cs file
Product: Mono: Compilers
Version: 1.2.6
Platform: Other
OS/Version: Mac
Status: NEW
Severity: Normal
Priority: P5 - None
Component: C#
AssignedTo: mono-bugs at ximian.com
ReportedBy: joe at unity3d.com
QAContact: mono-bugs at ximian.com
Found By: ---
gmcs compiles forever because of an invalid character in .cs file
The issue is caused by this line, with the † character.
State[]†m_LocalBufState = new State[20];
gmcs never returns from compilation.
Instead it should catch the invalid character and give a compiler error.
Steps to reproduce the problem:
1. dowload attachment
2. gmcs NewBehaviourScript.cs
--
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