[Bug tree-optimization/34172] Missed store ccp optimization

2008-03-14 Thread rguenth at gcc dot gnu dot org
--- Comment #4 from rguenth at gcc dot gnu dot org 2008-03-14 17:25 --- Fixed. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug tree-optimization/34172] Missed store ccp optimization

2008-03-14 Thread rguenth at gcc dot gnu dot org
--- Comment #3 from rguenth at gcc dot gnu dot org 2008-03-14 17:06 --- Subject: Bug 34172 Author: rguenth Date: Fri Mar 14 17:05:48 2008 New Revision: 133222 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133222 Log: 2008-03-14 Richard Guenther <[EMAIL PROTECTED]> PR

[Bug tree-optimization/34172] Missed store ccp optimization

2007-11-30 Thread rguenth at gcc dot gnu dot org
--- Comment #2 from rguenth at gcc dot gnu dot org 2007-11-30 10:25 --- Mine. I have a patch. -- rguenth at gcc dot gnu dot org changed: What|Removed |Added Assi

[Bug tree-optimization/34172] Missed store ccp optimization

2007-11-21 Thread rguenth at gcc dot gnu dot org
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |enhancement Keywords||missed-op

[Bug tree-optimization/34172] Missed store ccp optimization

2007-11-21 Thread rguenth at gcc dot gnu dot org
--- Comment #1 from rguenth at gcc dot gnu dot org 2007-11-21 12:04 --- Note that only store _copyprop_ was removed for now. But yes, store ccp removal is on the plate. Note that this and similar bugs should be fixed by extending value-numbering to disambiguate memory accesses itself a