Re: Move #undef DEF_BUILTIN* to builtins.def

2015-11-06 Thread Jeff Law
On 11/06/2015 08:35 AM, Richard Sandiford wrote: I was confused at first why tree-core.h was undefining DEF_BUILTIN_CHKP before defining it, then undefining it again after including builtins.def. This is because builtins.def provides a default definition of DEF_BUILTIN_CHKP, but leaves it up to t

Move #undef DEF_BUILTIN* to builtins.def

2015-11-06 Thread Richard Sandiford
I was confused at first why tree-core.h was undefining DEF_BUILTIN_CHKP before defining it, then undefining it again after including builtins.def. This is because builtins.def provides a default definition of DEF_BUILTIN_CHKP, but leaves it up to the caller to undefine it where necessary. Similarl