Bugzilla – Bug 313330
[PATCH] mcs fails to compile code with cl\u0061ss.st\u0061tic
Last modified: 2007-09-15 21:24:23 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)