This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Memory consumption for bootstrap explodes
- From: Ritzert at t-online dot de (Michael Ritzert)
- To: David Edelsohn <dje at watson dot ibm dot com>,Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Cc: gcc at gcc dot gnu dot org,jh at suse dot cz
- Date: Mon, 22 Jul 2002 21:03:10 +0200
- Subject: Re: Memory consumption for bootstrap explodes
- References: <200207221739.NAA25276@makai.watson.ibm.com>
Am Montag, 22. Juli 2002 19:39 schrieb David Edelsohn:
[...]
> Sun Jul 21 00:54:54 CEST 2002 Jan Hubicka <jh@suse.cz>
>
> * gcse.c: Include cselib.h
> (constptop_register): Break out from ...
> (cprop_insn): ... here; kill basic_block argument.
> (do_local_cprop, local_cprop_pass): New functions.
> (one_cprop_pass): Call local_cprop_pass.
[...]
This one is it. I went back to revision 1.209 of gcse.c (also reverting the
second patch in that file). Now localcharset.c compiles again.
I will be 100% certain tomorrow morning when the nightly bootstrap has run.
The only other difference I have in the tree is the patch in
http://gcc.gnu.org/ml/gcc-patches/2002-06/msg01899.html that I require to
bootstrap Ada without endless recursion.
Michael