[Bug tree-optimization/19581] Missed store monition on the tree level

2005-01-23 Thread rakdver at gcc dot gnu dot org
--- Additional Comments From rakdver at gcc dot gnu dot org 2005-01-23 20:01 --- The same holds for the old loop optimizer :-) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19581

[Bug tree-optimization/19581] Missed store monition on the tree level

2005-01-23 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-23 19:59 --- (In reply to comment #5) > GCSE store motion does catch this. But it is disabled for GCC 4.0 because > it is buggy and does not really work well in most cases. Yes but we don't catch in 3.4.0 so that mean

[Bug tree-optimization/19581] Missed store monition on the tree level

2005-01-23 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-01-23 19:53 --- GCSE store motion does catch this. But it is disabled for GCC 4.0 because it is buggy and does not really work well in most cases. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19581

[Bug tree-optimization/19581] Missed store monition on the tree level

2005-01-23 Thread rakdver at gcc dot gnu dot org
--- Additional Comments From rakdver at gcc dot gnu dot org 2005-01-23 19:44 --- Gcse store motion could catch this as well (if I understand PR 19580 well, it does not, which is a bug), so this pr alone would not be a reason to block removal of old loop optimizer. However hopefully we s

[Bug tree-optimization/19581] Missed store monition on the tree level

2005-01-23 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-01-23 19:29 --- Has nothing to do with PPC -- What|Removed |Added Summary|Missed store monition o

[Bug tree-optimization/19581] Missed store monition on the tree level (on PPC in general)

2005-01-23 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-01-23 19:27 --- Right now it is the *old* loop optimizer that promotes the array elements to registers. How about that. Is there an "old loop optimizer" meta bug? We'll probably want to do this elsewhere before the ol

[Bug tree-optimization/19581] Missed store monition on the tree level (on PPC in general)

2005-01-22 Thread dberlin at gcc dot gnu dot org
--- Additional Comments From dberlin at gcc dot gnu dot org 2005-01-23 01:47 --- This needs more alias analysis Structure aliasing could do this with a little work, so i'll take this for now -- What|Removed |Added -

[Bug tree-optimization/19581] Missed store monition on the tree level (on PPC in general)

2005-01-22 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added OtherBugsDependingO||19580 nThis|| http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19581