Bug 313330 (MONO52019) - [PATCH] mcs fails to compile code with cl\u0061ss.st\u0061tic
Summary: [PATCH] mcs fails to compile code with cl\u0061ss.st\u0061tic
Status: RESOLVED FIXED
Alias: MONO52019
Product: Mono: Compilers
Classification: Mono
Component: C# (show other bugs)
Version: unspecified
Hardware: Other All
: P3 - Medium : Normal
Target Milestone: ---
Assignee: Mono Bugs
QA Contact: Mono Bugs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-10 23:46 UTC by . .
Modified: 2007-09-15 21:24 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments
test case (328 bytes, text/plain)
2003-12-10 23:47 UTC, Thomas Wiest
Details
proposed fix (872 bytes, patch)
2005-07-31 22:31 UTC, Thomas Wiest
Details | Diff
another fix as suggested + the last patch did not fix 52509 (892 bytes, patch)
2005-08-24 00:39 UTC, Thomas Wiest
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wiest 2007-09-15 18:21:30 UTC


---- Reported by pcgod@gmx.net 2003-12-10 16:46:24 MST ----

mcs cannot compile the attached code. (its a modified version the example 
on http://msdn.microsoft.com/library/en-
us/csspec/html/vclrfcsharpspec_2_4_2.asp )
its possible to compile this with csc.
the error seems to be caused by the line cl\u0061ss.st\u0061tic(true)



---- Additional Comments From pcgod@gmx.net 2003-12-10 16:47:03 MST ----

Created an attachment (id=165279)
test case




---- Additional Comments From bmaurer@users.sf.net 2003-12-23 15:43:47 MST ----

*** https://bugzilla.novell.com/show_bug.cgi?id=MONO52509 has been marked as a duplicate of this bug. ***



---- Additional Comments From atsushi@ximian.com 2005-07-31 15:31:54 MST ----

Created an attachment (id=165280)
proposed fix




---- Additional Comments From atsushi@ximian.com 2005-08-21 22:18:57 MST ----

anyone to review the patch?



---- Additional Comments From miguel@ximian.com 2005-08-23 16:03:03 MST ----

the tokenizer loop is very sensitive to changes;  I rather add a goto
than introduce a test for a boolean.



---- Additional Comments From atsushi@ximian.com 2005-08-23 17:39:16 MST ----

Created an attachment (id=165281)
another fix as suggested + the last patch did not fix 52509




---- Additional Comments From miguel@ximian.com 2006-08-17 20:20:51 MST ----

Am sorry for taking so long to apply this patch.

it is now applied.



---- Additional Comments From marek.safar@seznam.cz 2006-08-19 08:58:09 MST ----

Changed status to FIXED.

Imported an attachment (id=165279)
Imported an attachment (id=165280)
Imported an attachment (id=165281)