Re: Rename some fields in struct language_function. (issue5229058)

2011-10-12 Thread Jason Merrill
On 10/12/2011 04:48 PM, Diego Novillo wrote: This patch is needed in the pph branch because streamers need access to the fields in struct language_function without going through cp_function_chain. Since these fields are named exactly like their #define counterparts, we cannot reference them with

Rename some fields in struct language_function. (issue5229058)

2011-10-12 Thread Diego Novillo
This patch is needed in the pph branch because streamers need access to the fields in struct language_function without going through cp_function_chain. Since these fields are named exactly like their #define counterparts, we cannot reference them without the pre-processor expanding the #defines,