This is the mail archive of the gcc@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]

Re: Small reload.c patch



  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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]