[Bug tree-optimization/18268] structure copy propagation not done

2025-06-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=18268 Bug 18268 depends on bug 14295, which changed state. Bug 14295 Summary: [tree-ssa] copy propagation for aggregates https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14295 What|Removed |Added -

[Bug tree-optimization/18268] structure copy propagation not done

2008-12-27 Thread pinskia at gcc dot gnu dot org
--- Comment #5 from pinskia at gcc dot gnu dot org 2008-12-28 03:11 --- To mark as a dup of bug 36327. *** This bug has been marked as a duplicate of 36327 *** -- pinskia at gcc dot gnu dot org changed: What|Removed |Added

[Bug tree-optimization/18268] structure copy propagation not done

2008-12-27 Thread pinskia at gcc dot gnu dot org
--- Comment #4 from pinskia at gcc dot gnu dot org 2008-12-28 03:10 --- Reopening to ... -- pinskia at gcc dot gnu dot org changed: What|Removed |Added Status

[Bug tree-optimization/18268] structure copy propagation not done

2005-09-14 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-14 17:34 --- This is the same issue as PR 14295 so closing as a dup. *** This bug has been marked as a duplicate of 14295 *** -- What|Removed |Added -

[Bug tree-optimization/18268] structure copy propagation not done

2004-12-16 Thread rth at gcc dot gnu dot org
--- Additional Comments From rth at gcc dot gnu dot org 2004-12-16 22:07 --- SRA shouldn't be responsible for this. There should be a generalized block copy propagator. Which would help with copies far larger than you'd ever expect SRA to handle as well. -- What|Remove