[tree-ssa] Confine signed_size_type to C frontends

Paul Brook paul@nowt.org
Fri Sep 5 19:41:00 GMT 2003


On Tuesday 02 September 2003 9:06 pm, law@redhat.com wrote:
> In message <200308302351.25374.paul@nowt.org>, Paul Brook writes:
>  >Now I've sorted out builtin functions in gfortran we can confine
>  >signed_size_type_node to the C/C++ forntends. This is the same as
>  > currently on mainline.
>  >
>  >The patch below is basically just a reversal of Roger's earlier hack to
>  > get things working. Ok to apply?
>  >
>  >Paul
>  >
>  >2003-08-30  Paul Brook  <paul@nowt.org>
>  >
>  >	* tree.h (enum tree_index): Delete TI_SIGNED_SIZE_TYPE here.
>  >	(signed_size_type_node): No longer a member of global_trees.
>  >	* c-common.h (enum c_tree_index): New member CTI_SIGNED_SIZE_TYPE.
>  >	(signed_size_type_node): Moved, now a member of c_global_trees.
>
> Assuming it bootstraps and tests without regression, yes.

Of course. I should have mentioned that. I retested against the rececnt 
changes just in case.

Paul



More information about the Gcc-patches mailing list