dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bugs #8638] managed arrays in C compiler


From: anonymous
Subject: [Pnet-developers] [bugs #8638] managed arrays in C compiler
Date: Wed, 21 Apr 2004 07:03:53 -0400
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.




/**************************************************************************/
[bugs #8638] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=8638>
Project: DotGNU Portable.NET
Submitted by: 0
On: Wed 04/21/04 at 11:03

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  None
Assigned to:  None
Status:  Open


Summary:  managed arrays in C compiler

Original Submission:  The following declare managed arrays:

__box int array[]=new __box int[10];
int array __gc[] = __gc new int[10];

but then don't work with ordinary C subscripting i.e.

array[0]=0;

gives "subscripted value is neither array nor pointer" compiler error in both 
cases.











For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=8638>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]