Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=77485 --- shadow/77485 2006-02-06 16:26:57.000000000 -0500 +++ shadow/77485.tmp.7735 2006-02-06 16:26:57.000000000 -0500 @@ -0,0 +1,49 @@ +Bug#: 77485 +Product: Mono: Compilers +Version: 1.0 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Normal +Component: C# +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: error CS0616: `AttrB': is not an attribute class + +Description of Problem: +MCS complains about AttrB not being an attribute class even through it is. + +Steps to reproduce the problem: +1. cat > Attr.cs << EOF +[AttrB] +public class M { + public static void Main(){} +} + +[AttrB] +public class AttrA : System.Attribute {} + +public class AttrB : AttrA {} +EOF +2. mcs Attr.cs + +Actual Results: +Attr.cs(6,2): error CS0616: `AttrB': is not an attribute class +Attr.cs(9,14):: `AttrB', name of symbol related to previous error +Compilation failed: 1 error(s), 0 warnings + + +Expected Results: +Successful compilation. + +How often does this happen? +always + +Additional Information: +I'm using Mono svn r56594 _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
