[Bug tree-optimization/21574] store_ccp doesn't see through a store.

2005-08-17 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-08-17 12:11 --- Fixed. -- What|Removed |Added Status|REOPENED|RESOLVED

[Bug tree-optimization/21574] store_ccp doesn't see through a store.

2005-08-17 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-08-17 07:29 --- Subject: Bug 21574 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-08-17 07:27:49 Modified files: gcc: ChangeLog tree-ssa-ccp.c gcc

[Bug tree-optimization/21574] store_ccp doesn't see through a store.

2005-08-13 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-08-13 10:12 --- Whoops, didn't want to close it!! Wanted to say that the patch from Bug 23094 fixes this for me. -- What|Removed |Added

[Bug tree-optimization/21574] store_ccp doesn't see through a store.

2005-08-13 Thread steven at gcc dot gnu dot org
--- Additional Comments From steven at gcc dot gnu dot org 2005-08-13 10:09 --- My .vars dump: foo (p) { : *p = 0; return 0; } -- What|Removed |Added

[Bug tree-optimization/21574] store_ccp doesn't see through a store.

2005-05-14 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-05-14 21:21 --- Confirmed. -- What|Removed |Added CC||pinskia at