[Bug tree-optimization/13745] [tree-ssa] expressions not converted back to array form

2010-07-21 Thread steven at gcc dot gnu dot org
--- Comment #12 from steven at gcc dot gnu dot org 2010-07-21 20:54 --- Fixed with MEM_REF. -- steven at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/13745] [tree-ssa] expressions not converted back to array form

2005-09-20 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-20 17:16 --- The difference now is: L2:; sum = MEM[base: (int *) ivtmp.278] * MEM[base: (int *) ivtmp.280] + sum; k = k + 1; ivtmp.278 = ivtmp.278 + 4B; ivtmp.280 = ivtmp.280 + 200B; if (k != 50) goto L2; else

[Bug tree-optimization/13745] [tree-ssa] expressions not converted back to array form

2005-07-12 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-07-12 21:27 --- It might be a while for me to rewrite the tree combiner so unassigning for now. -- What|Removed |Added