This is the mail archive of the gcc-patches@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: More MEM tracking stuff


On Wed, Oct 24, 2001 at 02:36:15PM -0400, Richard Kenner wrote:
> The problem is that if a record has alias set 0, we don't want to use
> another alias set to reference a field in the record since the temp slot...

Oh nevermind.  I forgot the stack slot sharing code was also in alias.c.

> I was going back and forth on that.  My logic for a different prefix was
> that I didn't want it to be confused with a default hook, but perhaps you
> are right.

Personally I don't think there's any reason to have this function
here at all.  It's used only by chill and fortran.  Chill should
be removed, and Fortran can just define the function itself.


r~


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