This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Make sure that all insn codes are in (0, LAST_INSN_CODE)
- From: Segher Boessenkool <segher at kernel dot crashing dot org>
- To: gcc-patches at gcc dot gnu dot org, rdsandiford at googlemail dot com
- Date: Mon, 26 May 2014 16:12:46 -0500
- Subject: Re: Make sure that all insn codes are in (0, LAST_INSN_CODE)
- Authentication-results: sourceware.org; auth=none
- References: <87wqd8e555 dot fsf at talisman dot default>
> - puts (" LAST_INSN_CODE\n\
> + printf (" LAST_INSN_CODE = %d\n\
> };\n\
> \n\
> -#endif /* GCC_INSN_CODES_H */");
> +#endif /* GCC_INSN_CODES_H */", last);
You probably didn't intend to delete the newline at the end of
the generated file?
Segher