[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pnet-developers] [bugs #7448] unsafe pointer arithmetic not implemented
From: |
Rhys Weatherley |
Subject: |
[Pnet-developers] [bugs #7448] unsafe pointer arithmetic not implemented |
Date: |
Mon, 15 Mar 2004 01:07:35 -0500 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826 |
This mail is an automated notification from the bugs tracker
of the project: DotGNU Portable.NET.
/**************************************************************************/
[bugs #7448] Latest Modifications:
Changes by:
Rhys Weatherley <address@hidden>
'Date:
Mon 03/15/04 at 06:07 (GMT)
What | Removed | Added
---------------------------------------------------------------------------
Resolution | None | Fixed
Status | Open | Closed
------------------ Additional Follow-up Comments ----------------------------
Fix committed to CVS - 12 March 2004, part of 0.6.4.
/**************************************************************************/
[bugs #7448] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=7448>
Project: DotGNU Portable.NET
Submitted by: Adam Ballai
On: Mon 01/26/04 at 11:04
Category: None
Severity: 5 - Average
Item Group: None
Resolution: Fixed
Assigned to: None
Status: Closed
Summary: unsafe pointer arithmetic not implemented
Original Submission: ie:
unsafe public class test
{
public static void Main(String[] args)
{
char* a = "test";
char* ptr = a + 2;
}
}
Follow-up Comments
------------------
-------------------------------------------------------
Date: Mon 03/15/04 at 06:07 By: rweather
Fix committed to CVS - 12 March 2004, part of 0.6.4.
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=7448>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pnet-developers] [bugs #7448] unsafe pointer arithmetic not implemented,
Rhys Weatherley <=