dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] [bugs #8262] C Compiler sizeof problem


From: anonymous
Subject: [Pnet-developers] [bugs #8262] C Compiler sizeof problem
Date: Tue, 23 Mar 2004 07:26:36 -0500
User-agent: Mozilla/5.0 (compatible; Konqueror/3.1)

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




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

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=8262>
Project: DotGNU Portable.NET
Submitted by: 0
On: Tue 03/23/04 at 07:26

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


Summary:  C Compiler sizeof problem

Original Submission:  cscc will not compile the following declarations (error: 
constant value required):

char c [sizeof (long) + 1];
char d [sizeof (void *) + 1];

gcc will compile them without problems, and the following are fine on both:

char c [sizeof (long)];
char d [sizeof (void *)];












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

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





reply via email to

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