dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] [bugs #8207] System.IntPtr casts not compatible with V


From: Gopal . V
Subject: [Pnet-developers] [bugs #8207] System.IntPtr casts not compatible with VS
Date: Fri, 19 Mar 2004 11:29:36 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; 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 #8207] Latest Modifications:

Changes by: 
                Gopal.V <address@hidden>
'Date: 
                Fri 03/19/04 at 16:29 (Asia/Calcutta)

------------------ Additional Follow-up Comments ----------------------------
According to ECMA it should have been 

unsafe class X {

for that to compile , IIRC ?






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

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=8207>
Project: DotGNU Portable.NET
Submitted by: Russell Stuart
On: Fri 03/19/04 at 13:50

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


Summary:  System.IntPtr casts not compatible with VS

Original Submission:  This code compiles on VS without errors or warnings.  It 
does not compile under PNet.

class X {
  System.IntPtr b = (System.IntPtr)null;
  void x(System.IntPtr z) {
    x((System.IntPtr)null);
  }
}


Follow-up Comments
------------------


-------------------------------------------------------
Date: Fri 03/19/04 at 16:29         By: t3rmin4t0r
According to ECMA it should have been 

unsafe class X {

for that to compile , IIRC ?












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

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





reply via email to

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