This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Continued: egcs-971201: testsuite results for i586-pc-linux-gnulibc1
- To: Max Lawson <mlawson at drfmc dot ceng dot cea dot fr>
- Subject: Re: Continued: egcs-971201: testsuite results for i586-pc-linux-gnulibc1
- From: Jason Merrill <jason at cygnus dot com>
- Date: 03 Dec 1997 10:34:33 -0800
- Cc: egcs at cygnus dot com, law at cygnus dot com
- References: <9712031346.AA10496@drfmc.ceng.cea.fr>
>>>>> Max Lawson <mlawson@drfmc.ceng.cea.fr> writes:
> I do not need to use any warning flag to obtain memory explosion. The
> -Wno-return-type flag indeed solve the posted testcase problem, but can't
> help.
> I am now aware that my problem is mentioned in the first part of the online
> faq (subject: virtual memory error). But what's called a large file ? And
> how to simplify files ? In order to use template one has to merge header and
> source files ....
You can simplify by instantiating some templates in one file, and some in
another. It's hard to answer general questions like this.
Jason