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]
Other format: [Raw text]

Re: [PATCH 4/4] Reduce the size of optabs representation


On Jul 19, 2012, at 11:24 AM, Richard Henderson wrote:
> +# genopinit produces two files.
> +insn-opinit.c insn-opinit.h: s-opinit ; @true
> +s-opinit: $(MD_DEPS) build/genopinit$(build_exeext) insn-conditions.md
> +	$(RUN_GEN) build/genopinit$(build_exeext) $(md_file) \
> +	  insn-conditions.md -htmp-opinit.h -ctmp-opinit.c
> +	$(SHELL) $(srcdir)/../move-if-change tmp-opinit.h insn-opinit.h
> +	$(SHELL) $(srcdir)/../move-if-change tmp-opinit.c insn-opinit.c
> +	$(STAMP) s-opinit

Breaks my port without the attached patch...

Attachment: opinit.diffs.txt
Description: Text document


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