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 ch at csh-consult dot dk  2005-01-17 21:01 -------
Thanks Andrew. Is the memory problem also fixed?

I created a simpler example. 100 equal .c files each containing:

static void mainX() {}

where X varies from 1 to 10000. This gives me a slightly different behaviour. 
Compiling only one of the files consumes about 60MB memory. Compiling all of 
the 100 files consumes up to 142MB of memory. Then gcc crashes.

Should I create a new issue? If so, what information would you like?

Casper


-- 


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]