[Bug c/19465] [IMA] Compiling multiple source files at a time gives redefinition errors
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun Jan 16 01:15:00 GMT 2005
------- 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
More information about the Gcc-bugs
mailing list