This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/19465] [IMA] Compiling multiple source files at a time gives redefinition errors
- From: "ch at csh-consult dot dk" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 17 Jan 2005 21:02:00 -0000
- Subject: [Bug c/19465] [IMA] Compiling multiple source files at a time gives redefinition errors
- References: <20050116000309.19465.ch@csh-consult.dk>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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