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=77668 --- shadow/77668 2006-02-28 13:33:36.000000000 -0500 +++ shadow/77668.tmp.10677 2006-02-28 13:44:05.000000000 -0500 @@ -1,14 +1,14 @@ Bug#: 77668 Product: Mono: Runtime Version: unspecified -OS: +OS: unknown OS Details: Status: NEW Resolution: -Severity: +Severity: Unknown Priority: Normal Component: misc AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] QAContact: [EMAIL PROTECTED] TargetMilestone: --- @@ -38,6 +38,42 @@ System.Runtime.InteropServices.MarshalAsAttribute ------- Additional Comments From [EMAIL PROTECTED] 2006-02-28 13:33 ------- Created an attachment (id=16539) test used to generate that output + +------- Additional Comments From [EMAIL PROTECTED] 2006-02-28 13:44 ------- +(just a follow-up to identify which is the cause of the bug.) + +1) compiled with 2.0 csc or gmcs: + +$ ./77668.exe + Foo + hi + Foo+FooAttribute + <return> + Foo+FooAttribute + System.Runtime.InteropServices.MarshalAsAttribute + +$ mono ./77668.exe + Foo + hi + Foo+FooAttribute + <return> + Foo+FooAttribute + +2) compiled with mcs, or 1.1 csc: + +./77668.exe + Foo + hi + Foo+FooAttribute + <return> + Foo+FooAttribute + + Foo + hi + Foo+FooAttribute + <return> + Foo+FooAttribute + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
