Re: RFA: PATCH to gengtype to avoid putting tree_node support in front end objects

2016-11-16 Thread Jason Merrill
On Wed, Nov 16, 2016 at 1:45 PM, Moore, Catherine wrote: > /scratch/cmoore/mips-sde-elf-upstream/src/gcc-trunk-6/gcc/hash-map.h:62:12: > error: no matching function for call to 'gt_ggc_mx(rtx_def*&)' > > I configured with --target=mips-sde-elf, but I do have some

RE: RFA: PATCH to gengtype to avoid putting tree_node support in front end objects

2016-11-16 Thread Moore, Catherine
> -Original Message- > From: gcc-patches-ow...@gcc.gnu.org [mailto:gcc-patches- > ow...@gcc.gnu.org] On Behalf Of Jakub Jelinek > Sent: Thursday, November 10, 2016 7:53 AM > To: Jason Merrill > Cc: gcc-patches List > Subject: Re: RFA: PATCH to

Re: RFA: PATCH to gengtype to avoid putting tree_node support in front end objects

2016-11-10 Thread Jakub Jelinek
On Thu, Oct 27, 2016 at 09:36:09AM -0400, Jason Merrill wrote: > Currently, the way gengtype works it scans the list of source files > with front end files at the end, and pushes data structures onto a > stack. It then processes the stack in LIFO order, so that data > structures from front ends

RFA: PATCH to gengtype to avoid putting tree_node support in front end objects

2016-10-27 Thread Jason Merrill
Currently, the way gengtype works it scans the list of source files with front end files at the end, and pushes data structures onto a stack. It then processes the stack in LIFO order, so that data structures from front ends are handled first. As a result, if a GTY data structure in a front end