dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] [bug #4689] [PNET/C] [PARSER/DATATYPE] Problem with us


From: nobody
Subject: [Pnet-developers] [bug #4689] [PNET/C] [PARSER/DATATYPE] Problem with using a field name that is already a datatype.
Date: Sat, 09 Aug 2003 10:41:30 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.5a) Gecko/20030618

=================== BUG #4689: FULL BUG SNAPSHOT ===================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4689&group_id=353

Submitted by: mdupont                 Project: DotGNU Portable.NET          
Submitted on: Sat 08/09/2003 at 16:41
Category:  None                       Severity:  5 - Major                  
Bug Group:  None                      Resolution:  None                     
Assigned to:  None                    Status:  Open                         

Summary:  [PNET/C] [PARSER/DATATYPE] Problem with using a field name that is 
already a datatype. 

Original Submission:  The following snippet of code shows you a bug in the 
typedef handling system. You need to look for the field before resolving the 
typedef.
###########################################
##########################################
typedef unsigned int datatype;
typedef union {
  unsigned int datatype;
  void* ptr;
} my_union;


/* 

cscc test_local_name.c
test_local_name.c:3: syntax error, unexpected ';' at or near `;'
test_local_name.c:5: syntax error, unexpected '}' at or near `}'

*/




No Followups Have Been Posted


CC list is empty


No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4689&group_id=353

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



reply via email to

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