PATCH: bugfix for OUT_FCN macro definition

Jeffrey A Law law@cygnus.com
Fri Jan 21 01:20:00 GMT 2000


  In message < 200001191730.MAA11002@caip.rutgers.edu >you write:
  >  > From: Richard Henderson <rth@cygnus.com>
  >  >  
  >  > On Tue, Jan 18, 2000 at 05:48:30PM -0500, Kaveh R. Ghazi wrote:
  >  > > When cross compiling to a vax-dec-vms system, I got an error from
  >  > the
  >  > > definition of OUT_FCN which tried to access a non-existent member of
  >  > > insn_data.  (OUT_FCN() is only used in vax.md.)  I guessed that the
  >  > > following might be the right fix.
  >  >  
  >  > Actually, OUT_FCN should have been deleted.  The proper
  >  > thing is get_insn_template() from final.c.
  >  > r~
  > 
  > 
  > How's this?
  > 
  > 
  > 2000-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
  > 
  > 	* recog.h (OUT_FCN): Delete.
  > 
  > 	* vax.md: Call `get_insn_template' instead of OUT_FCN.
Please install this fix.

Thanks!

jeff



More information about the Gcc-bugs mailing list