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: REG_USERVAR_P and GCSE




  In message <199810170757.RAA02250@geoffk.wattle.id.au>you write:
  > 
  > The attached test program, compiled with egcs 1.1b (and my previous
  > GCSE fix) under powerpc-linux, with 'gcc -O2 x.c -o x', abort()s in
  > f2, when it should not.
  > 
  > I'll save everyone the long discussion of what GCSE is doing to the
  > program (although this is a great example of how GCSE works).  The
  > problem is that GCSE is creating a new register, register 94 when I
  > run it, which does not have REG_USERVAR_P set:
I spent some more time looking at this.  It's an interesting problem.

I don't have time to summarize tonight though....

jeff


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