This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Infinite loop in init_alias_analysis
- To: law at cygnus dot com
- Subject: Re: Infinite loop in init_alias_analysis
- From: chris at lslsun dot epfl dot ch (Christian Iseli)
- Date: Wed, 5 Nov 1997 18:26:15 +0100
- Cc: egcs at cygnus dot com
> > What's your solution?
> Instead of wiping new_reg_base_value clean at the start of the loop,
> you copy entries from reg_base_value to it. Problem is I can't
> convince myself this is the right thing to do, but I can convince
> myself that your solution is the right thing to do.
I'll let you be the judge on this one :)
Christian