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: PATCH: bugfix for OUT_FCN macro definition


  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


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