dotgnu-pnet
[Top][All Lists]
Advanced

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

[Pnet-developers] [bug #4701] [PNET][PNET/C][ERRORSMESSAGES][MISLEADING


From: nobody
Subject: [Pnet-developers] [bug #4701] [PNET][PNET/C][ERRORSMESSAGES][MISLEADING ERROR MESSAGE]two or more data types in declaration
Date: Sun, 10 Aug 2003 11:42:40 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.5a) Gecko/20030618

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

Submitted by: mdupont                 Project: DotGNU Portable.NET          
Submitted on: Sun 08/10/2003 at 17:42
Category:  None                       Severity:  5 - Major                  
Bug Group:  None                      Resolution:  None                     
Assigned to:  None                    Status:  Open                         

Summary:  [PNET][PNET/C][ERRORSMESSAGES][MISLEADING ERROR MESSAGE]two or more 
data types in declaration

Original Submission:  "two or more data types in declaration" this error 
message is totaly confusing. The compiler thinkgs that I am using a typedef as 
a name. It should first check if the name exists.
This message cost me 1h of searching.
---------------------------------------------
typedef int foo;
typedef int foo;
//doubledefined.c:2: two or more data types in declaration
//doubledefined.c:2: warning: useless keyword or type name in empty declaration



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=4701&group_id=353

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



reply via email to

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