This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Small reload.c patch
- To: Thomas dot Koenig at ciw dot uni-karlsruhe dot de (Thomas König)
- Subject: Re: Small reload.c patch
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Tue, 07 Oct 1997 10:52:10 -0600
- cc: egcs at cygnus dot com
- Reply-To: law at cygnus dot com
In message <199710012155.WAA01596@mvmap66.ciw.uni-karlsruhe.de>you write:
> The following patch fixes a small problem in decompose(). The problem
> is (again :-) that val.base isn't initialized completely when val is
> returned by decompose(). I don't think this caused any real problems
> (because val.base should never be used unless GET_CODE(val) == MEM), but
> it should be fixed anyway.
>
> Wed Oct 1 23:51:06 CEST 1997 Thomas Koenig (ig25@rz.uni-karlsruhe.de)
>
> * reload.c (decompose): Always initialize val.base.
Thanks. I've installed this patch.
jeff