Re: [PATCH 006/236] Introduce rtx_insn subclass of rtx_def

2014-08-18 Thread David Malcolm
On Tue, 2014-08-12 at 15:06 -0600, Jeff Law wrote: On 08/06/14 11:19, David Malcolm wrote: gcc/ * coretypes.h (class rtx_insn): Add forward declaration. * rtl.h: Include is-a.h (struct rtx_def): Add dummy desc and tag GTY options as a workaround to ensure gengtype

Re: [PATCH 006/236] Introduce rtx_insn subclass of rtx_def

2014-08-12 Thread Jeff Law
On 08/06/14 11:19, David Malcolm wrote: gcc/ * coretypes.h (class rtx_insn): Add forward declaration. * rtl.h: Include is-a.h (struct rtx_def): Add dummy desc and tag GTY options as a workaround to ensure gengtype knows inheritance is occurring, whilst

[PATCH 006/236] Introduce rtx_insn subclass of rtx_def

2014-08-06 Thread David Malcolm
gcc/ * coretypes.h (class rtx_insn): Add forward declaration. * rtl.h: Include is-a.h (struct rtx_def): Add dummy desc and tag GTY options as a workaround to ensure gengtype knows inheritance is occurring, whilst continuing to use the pre-existing