[PATCH] Fix PR26439

Richard Guenther rguenther@suse.de
Thu Feb 23 15:37:00 GMT 2006


On Thu, 23 Feb 2006, Diego Novillo wrote:

> Richard Guenther wrote:
> 
> > 	PR middle-end/26439
> > 	* tree-ssa-structalias.c (find_func_aliases): Handle complex types
> > 	like aggregate types.
> > 
> Hmm, didn't someone else submit a similar patch recently?  Why aren't
> complex types considered aggregates?  I think that would be a better fix.

Pinskia changed complex types to be considered candidates for decomposing
with SFTs.  I vaguely remember him having problems including them in
AGGREGATE_TYPE_P - partly because sometimes complex variables are
SSA_NAMEs I guess.

Richard.



More information about the Gcc-patches mailing list