This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Re: [RFC] SFTs on complex type


On Friday 06 January 2006 09:19, Andrew Pinski wrote:

> 	* tree-ssa-alias.c (find_used_portions): Handle REALPART_EXPR
> 	and IMAGPART_EXPR.
> 	* tree-flow-inline.h (var_can_have_subvars): Handle complex types
> 	on non gimple variables.  Also add checks at the top for decls and
> 	mtags.
> 	* tree-ssa-structalias.c (push_fields_onto_fieldstack): Handle
> 	complex types.
> 	* tree-ssa-operands.c (parse_ssa_operands): Handle REALPART_EXPR
> 	and IMAGPART_EXPR for creating MUST_DEFs.
> 	(get_expr_operands): Handle SSA_NAME, STRUCT_FIELD_TAG,
> TYPE_MEMORY_TAG,
> 	and NAME_MEMORY_TAG separately from the DECLs.
>
OK.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]