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]
Other format: [Raw text]

Re: INSN_SCOPE changes break mips-elf


> On Thu, Jun 20, 2002 at 05:47:23PM +0200, Jan Hubicka wrote:
> > +    if (BLOCK_NUMBER (s1) > BLOCK_NUMBER (s2))
> > +      return s1;
> 
> What exactly do you think this is doing?  AFAIK, BLOCK_NUMBER
Hmm, I hoped it will chosse the inner scope.  I've just copied it over
finalize_insn_scopes.

Do you have better idea how to combine the scopes then?  Simply choose
first one if non-null at the moment?

Honza
> isn't defined until final.
> 
> 
> r~


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