This is the mail archive of the gcc-bugs@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


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~

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