Re: [PATCH][C][C++] Move common tree node building to c_common_nodes_and_builtins

2011-07-05 Thread Jason Merrill
OK. Jason

Re: [PATCH][C][C++] Move common tree node building to c_common_nodes_and_builtins

2011-07-05 Thread Joseph S. Myers
On Tue, 5 Jul 2011, Richard Guenther wrote: > This consolidates build_common_tree_nodes and build_common_tree_nodes_2 > at a single place in c_common_nodes_and_builtins for C family languages. > It is a preparation for merging those two functions and moving them > to be called from toplev.c as the

[PATCH][C][C++] Move common tree node building to c_common_nodes_and_builtins

2011-07-05 Thread Richard Guenther
This consolidates build_common_tree_nodes and build_common_tree_nodes_2 at a single place in c_common_nodes_and_builtins for C family languages. It is a preparation for merging those two functions and moving them to be called from toplev.c as they are middle-end inits. Bootstrapped and tested on