bugDotGNU Portable.NET - Bugs: bug #4703, Request for Feature...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #4703: Request for Feature [PNET][PNET/C][Superfluous/ambigious Error Messages]multiply defined emits multiple times the error

Submitter:  James Michael DuPont <mdupont>
Submitted:  Sun 10 Aug 2003 06:26:51 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed

Mon 11 Aug 2003 09:13:14 AM UTC, comment #1: 

Fix committed to CVS - 11 Aug 2003

Each symbol that is multiply defined will now only be
reported once.  As to locating where in the source the
multiple definitions occur, I suggest that you use "grep".

Rhys Weatherley <rweather>
Group administrator
Sun 10 Aug 2003 06:26:51 PM UTC, original submission:  

First of all, I am very impressed with pnet/C it is much better now!

This not really a bug, but a request for more functionality.
"multiply defined" is being emitted many times like this :


exfile : multiply defined
stat : multiply defined
exfile : multiply defined
stat : multiply defined

Instead of saying where it is, or what the problem is occuring. It just gives a huge list of the errors.

This occurs when I have a function  in the header file, and it is defined in two files :
(grepped out of the source)
filea.o.il: .method public static int32 'stat'(int8 '__path', valuetype 'struct stat' '__statbuf') cil managed
flieb.i.o.il: .method public static int32 'stat'(int8 '__path', valuetype 'struct stat' '__statbuf') cil managed


James Michael DuPont <mdupont>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 2 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2003-08-11 rweather StatusNone None
    Open/ClosedOpen None

Back to the top

Powered by Savane 3.13-3230.
Corresponding source code