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: Your change to jump.c breaks conditional move?



  In message <19980605002142.A2405@dot.cygnus.com>you write:
  > On Fri, Jun 05, 1998 at 12:22:45AM -0600, Jeffrey A Law wrote:
  > > The address could be a SYMBOL_REF, (CONST (PLUS (SYMBOL_REF) (CONST_INT))
  > ,
  > > LABEL_REF or even a CONST_INT.
  > 
  > CONST_INT?  Really?  I can't imagine leaving symbolics behind
  > before assembly.  Though I agree with the other two.
You're right.  I just quickly scanned the code to make PIC addresses
for the PA and saw CONST_INT.  I didn't look at the context closely
to see how it was actually used :-)


jeff


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