[Bug tree-optimization/13953] [tree-ssa] SRA does not work for structs that contain a struct as a member
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Tue Jun 29 17:23:00 GMT 2004
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-06-29 17:20 -------
SRA works on the structs except for copying:
param$f1_7 = param.f1;
param$f1_8 = 0;
param.f1 = param$f1_8;
local = param;
local$f1_10 = local.f1;
T.0_4 = local$f1_10;
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=13953
More information about the Gcc-bugs
mailing list