dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] [bugs #11109] PnetC: Array data that is declared first


From: James Michael DuPont
Subject: [Pnet-developers] [bugs #11109] PnetC: Array data that is declared first, then initialized is errored as duplicate declared
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041111 Firefox/1.0 (Debian package 1.0-2)

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




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

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11109>
Project: DotGNU Portable.NET
Submitted by: James Michael DuPont
On: Mon 11/22/2004 at 21:52

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


Summary:  PnetC: Array data that is declared first, then initialized is errored 
as duplicate declared

Original Submission:  Yes, I will be working on patches for these bugs, but 
first I will report them, then follow up with patches. I have found a bunch of 
attribute issues that are not handled yet, but have not even bothered to report 
them.

Test case :
/////////////////////////
int sv_list[74];
int sv_list[74] = {1 ,2};
/////////////////////////
Produces the error 
test3.c:3: redeclaration of `sv_list'
test3.c:1: `sv_list' previously declared here

Gcc does not complain.
















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

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





reply via email to

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