diff options
author | Richard Guenther <rguenther@suse.de> | 2010-10-20 11:09:54 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2010-10-20 11:09:54 +0000 |
commit | 742d143c1be9352d388e37bb24ff82c81aca8340 (patch) | |
tree | 787b901537ce872da945a332f8791b8d5726a19e /gcc/ChangeLog | |
parent | 0d475ac5b42807b88d77b27bb3762459e6348693 (diff) | |
download | gcc-742d143c1be9352d388e37bb24ff82c81aca8340.zip gcc-742d143c1be9352d388e37bb24ff82c81aca8340.tar.gz gcc-742d143c1be9352d388e37bb24ff82c81aca8340.tar.bz2 |
re PR tree-optimization/45860 (ICE: verify_ssa failed: virtual SSA name for non-VOP decl at -O1)
2010-10-20 Richard Guenther <rguenther@suse.de>
PR tree-optimization/45860
* tree-ssa-phiopt.c (cond_store_replacement): Do not do
conditional store replacement for non-register type stores.
* gcc.dg/torture/pr45860.c: New testcase.
From-SVN: r165718
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a51fad5..4afbaec 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2010-10-20 Richard Guenther <rguenther@suse.de> + + PR tree-optimization/45860 + * tree-ssa-phiopt.c (cond_store_replacement): Do not do + conditional store replacement for non-register type stores. + 2010-10-20 Eric Botcazou <ebotcazou@adacore.com> * stor-layout.c (skip_simple_constant_arithmetic): New function. |