This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c/19465] [IMA] Compiling multiple source files at a time gives redefinition errors


------- Additional Comments From pinskia at gcc dot gnu dot org  2005-01-16 01:15 -------
This could either be a newlib bug in their headers or a bug in GCC.
Could you attach the preprocessed source for file1.c and file2.c?

(This also might be fixed on the mainline by a patch by me but since I don't know how the newlib's 
headers look I don't know).


Also when compiling multiple files at the same time, we keep more and more stuff in memory which is 
why the memory allocation goes up.  (Could file another bug with the preprocessed source of those 
files and about the memory usage with IMA [compile multiple files at the same time]? )

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19465


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]